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
|
- name: Configure
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
run: |
|
||||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} \
|
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} -A ${{matrix.platform}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} ..
|
||||||
-A ${{matrix.platform}} \
|
|
||||||
-DCMAKE_CXX_STANDARD=${{matrix.standard}} \
|
|
||||||
..
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user