mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:45:59 +01:00
CI: fix arch
This commit is contained in:
parent
694c08bb5e
commit
0df7b38ecb
1 changed files with 4 additions and 3 deletions
7
.github/actions/setup_base/action.yml
vendored
7
.github/actions/setup_base/action.yml
vendored
|
@ -25,6 +25,7 @@ runs:
|
||||||
glslang \
|
glslang \
|
||||||
go \
|
go \
|
||||||
hyprlang \
|
hyprlang \
|
||||||
|
hyprcursor \
|
||||||
jq \
|
jq \
|
||||||
libc++ \
|
libc++ \
|
||||||
libdisplay-info \
|
libdisplay-info \
|
||||||
|
@ -58,11 +59,11 @@ runs:
|
||||||
libzip \
|
libzip \
|
||||||
librsvg
|
librsvg
|
||||||
|
|
||||||
- name: Get hyprcursor-git
|
- name: Get hyprwayland-scanner-git
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/hyprwm/hyprcursor --recursive
|
git clone https://github.com/hyprwm/hyprwayland-scanner --recursive
|
||||||
cd hyprcursor
|
cd hyprwayland-scanner
|
||||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
|
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
|
||||||
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||||
cmake --install build
|
cmake --install build
|
||||||
|
|
Loading…
Reference in a new issue