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
|
name: cmake
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
cmake:
|
publish:
|
||||||
name: build
|
runs-on: ${{ matrix.os }}
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout project
|
- name: checkout project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user