Update cmake.yml

This commit is contained in:
Jordan Bayles 2024-09-09 18:59:55 -07:00 committed by GitHub
parent 323fbceda0
commit 852e758ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,14 @@
name: cmake
on: [push]
jobs:
cmake:
name: build
runs-on: ubuntu-latest
publish:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: checkout project
uses: actions/checkout@v4