mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-09 14:35:39 +00:00
workflows: Only run cmake --install
on Unix platforms
The syntax used in this step assumes a Unix shell. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
79a16da61e
commit
a459479769
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build/ --config Release
|
run: cmake --build build/ --config Release
|
||||||
- name: Install
|
- name: Install
|
||||||
|
if: matrix.platform.shell == 'sh'
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
rm -fr DESTDIR-cmake
|
rm -fr DESTDIR-cmake
|
||||||
|
|
Loading…
Reference in a new issue