Update cmake.yml
This commit is contained in:
parent
323fbceda0
commit
852e758ae1
11
.github/workflows/cmake.yml
vendored
11
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user