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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
build_type: [Release]
|
||||
c_compiler: [gcc, clang, cl]
|
||||
include:
|
||||
|
|
Loading…
Add table
Reference in a new issue