mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
ci: fix missing dep
This commit is contained in:
parent
d5f4a6c708
commit
c50b2f0f1d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
||||||
pacman --noconfirm --noprogressbar -Syyu
|
pacman --noconfirm --noprogressbar -Syyu
|
||||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang cairo librsvg git libzip tomlplusplus
|
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang cairo librsvg git libzip tomlplusplus
|
||||||
|
|
||||||
|
- name: Get hyprutils-git
|
||||||
|
run: |
|
||||||
|
git clone https://github.com/hyprwm/hyprutils && cd hyprutils && cmake -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -B build && cmake --build build --target hyprutils && cmake --install build
|
||||||
|
|
||||||
- name: Install hyprlang
|
- name: Install hyprlang
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/hyprwm/hyprlang --recursive
|
git clone https://github.com/hyprwm/hyprlang --recursive
|
||||||
|
|
Loading…
Reference in a new issue