aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-05-25 11:04:55 +0200
committervaxerski <[email protected]>2022-05-25 11:04:55 +0200
commit86c00752b7c6810f8c9705ca3bf115c567b21c46 (patch)
tree10a650f4d34bddca86f4d91cb32b3ea1298dfc3b
parent04eb3f922ce232188af2a21c51e6198ee5d8d074 (diff)
downloadHyprland-ci-archfix.tar.gz
Hyprland-ci-archfix.zip
meson prefix to /usrci-archfix
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 760d1532..13d30e1c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
- name: Build wlroots
run: |
su githubuser -c "cd ~ && git clone https://gitlab.freedesktop.org/wlroots/wlroots"
- su githubuser -c "cd ~/wlroots && meson build/ && ninja -C build/ && sudo ninja -C build/ install && cd .."
+ su githubuser -c "cd ~/wlroots && meson build/ --prefix=/usr && ninja -C build/ && sudo ninja -C build/ install && cd .."
- name: Fix permissions for git
run: |