aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-15 00:42:14 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-02-23 16:22:53 +0530
commit69d01204e0e1220e196d4a7cb6cfdb41292bc6a9 (patch)
tree032244e237908b8761e0e65b6051a35e94cc3748 /.github/workflows/build.yml
parent1e3b896fdaa8b557b648397d10166a52a284c4c7 (diff)
downloadPrismLauncher-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.yml2
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: |