aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-16 18:10:47 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-04-16 18:13:12 +0200
commitabdb846c3fd9537b7eda47852ad942bc8498663f (patch)
tree1c30be84520fcf97c1c13864ed03d5e208a8db23
parentb0b6dd8f87e5d414045b6c7fe56fbfb128619fca (diff)
downloadPrismLauncher-abdb846c3fd9537b7eda47852ad942bc8498663f.tar.gz
PrismLauncher-abdb846c3fd9537b7eda47852ad942bc8498663f.tar.bz2
PrismLauncher-abdb846c3fd9537b7eda47852ad942bc8498663f.zip
fix: set install prefix for Linux to /usr
-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 f6790045..4b1195ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
- name: Configure CMake (Linux)
if: runner.os == 'Linux'
run: |
- cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_DIR }} -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DENABLE_LTO=ON -G Ninja
+ cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DENABLE_LTO=ON -G Ninja
##
# BUILD