Edit file for Github actions
This commit is contained in:
parent
bf8bab2c4b
commit
d606899728
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -232,7 +232,7 @@ jobs:
|
|||
run: sudo cmake --install build/
|
||||
|
||||
- name: Install Library on Windows
|
||||
if: startsWith(matrix.config.name, 'Windows / MinGW')
|
||||
if: startsWith(matrix.config.os, 'windows')
|
||||
shell: bash
|
||||
run: cmake --install build/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user