aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-03-21 19:21:09 +0100
committerGitHub <noreply@github.com>2022-03-21 19:21:09 +0100
commitd1d055564ccdcd7bb4aa37cb4cd42b7429cffa96 (patch)
tree369feda442ef6e81cd11bfca0e4f8df022400a71 /.github
parent2741c58a01bbc0c8d1f8768299cfcf0ebf3fb275 (diff)
downloadPrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.tar.gz
PrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.tar.bz2
PrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.zip
fix typo
Diffstat (limited to '.github')
-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'