Skip install step under MSW
This wouldn't work anyhow as "sudo" doesn't exist under this platform.
This commit is contained in:
parent
25ede89983
commit
17e307ae67
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_cmake.yml
vendored
1
.github/workflows/ci_cmake.yml
vendored
|
|
@ -128,6 +128,7 @@ jobs:
|
|||
cmake --build . -- $wxBUILD_ARGS
|
||||
|
||||
- name: Installing
|
||||
if: runner.os != 'Windows'
|
||||
working-directory: build_cmake
|
||||
run: |
|
||||
sudo cmake --build . --target install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue