Skip install step under MSW
This wouldn't work anyhow as "sudo" doesn't exist under this platform.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user