Working on Github Actions
This commit is contained in:
parent
a9e70ff92e
commit
6ee56cfc8f
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -165,7 +165,7 @@ jobs:
|
|||
run: cmake --build build/ --config ${{ matrix.config.build_type }}
|
||||
|
||||
- name: Install Library on Linux/MacOS
|
||||
if: !(startsWith(matrix.config.os, 'windows'))
|
||||
if: ${{ !startsWith(matrix.config.os, 'windows') }}
|
||||
shell: bash
|
||||
run: sudo cmake --install build/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user