mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 14:47:46 +00:00
Fix YAML
This commit is contained in:
parent
d3d97f223a
commit
1ccbcff9c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest, ubuntu-latest]
|
||||||
build_type: [Release]
|
build_type: [Release]
|
||||||
c_compiler: [gcc, clang, cl]
|
c_compiler: [gcc, clang, cl]
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue