Fix yaml syntax.
This commit is contained in:
parent
22d9268546
commit
0f00658e30
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -24,10 +24,7 @@ jobs:
|
||||
- name: Configure
|
||||
working-directory: build
|
||||
run: |
|
||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} \
|
||||
-A ${{matrix.platform}} \
|
||||
-DCMAKE_CXX_STANDARD=${{matrix.standard}} \
|
||||
..
|
||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} -A ${{matrix.platform}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} ..
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user