diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-03-21 19:21:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 19:21:09 +0100 |
commit | d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96 (patch) | |
tree | 369feda442ef6e81cd11bfca0e4f8df022400a71 /.github | |
parent | 2741c58a01bbc0c8d1f8768299cfcf0ebf3fb275 (diff) | |
download | PrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.tar.gz PrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.tar.bz2 PrismLauncher-d1d055564ccdcd7bb4aa37cb4cd42b7429cffa96.zip |
fix typo
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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' |