aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8819b80b..b0a57c41 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -161,7 +161,7 @@ jobs:
if: runner.os == 'Windows' && matrix.portable != true
shell: msys2 {0}
run: |
- cmake --build ${{ env.BUILD_DIR }} _DLauncher_PORTABLE=OFF
+ cmake --build ${{ env.BUILD_DIR }} -DLauncher_PORTABLE=OFF
- name: Install
if: runner.os != 'Linux' && runner.os != 'Windows'