diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-15 00:42:14 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-02-23 16:22:53 +0530 |
commit | 69d01204e0e1220e196d4a7cb6cfdb41292bc6a9 (patch) | |
tree | 032244e237908b8761e0e65b6051a35e94cc3748 /.github/workflows/build.yml | |
parent | 1e3b896fdaa8b557b648397d10166a52a284c4c7 (diff) | |
download | PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.tar.gz PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.tar.bz2 PrismLauncher-69d01204e0e1220e196d4a7cb6cfdb41292bc6a9.zip |
Implement PR suggestions
Diffstat (limited to '.github/workflows/build.yml')
-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 e4cc2614..af5a1074 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Configure CMake on Linux if: runner.os == 'Linux' run: | - cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLAUNCHER_PORTABLE=OFF -G Ninja + cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLauncher_PORTABLE=OFF -G Ninja - name: Build run: | |