mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-17 01:25:58 +01:00
ci: add pixman to dependencies
This commit is contained in:
parent
b4b5389bc1
commit
1f59192a2d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/arch.yml
vendored
4
.github/workflows/arch.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf
|
||||
pacman --noconfirm --noprogressbar -Syyu
|
||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang libc++
|
||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang libc++ pixman
|
||||
|
||||
- name: Build hyprutils with gcc
|
||||
run: |
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: |
|
||||
sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf
|
||||
pacman --noconfirm --noprogressbar -Syyu
|
||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang libc++
|
||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang libc++ pixman
|
||||
|
||||
- name: Build hyprutils with clang
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue