mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-01-29 02:49:49 +01:00
CI/Arch/Clang: add libspng
Some checks are pending
Some checks are pending
This commit is contained in:
parent
6355b72d9c
commit
23783b9603
1 changed files with 1 additions and 1 deletions
2
.github/workflows/arch.yml
vendored
2
.github/workflows/arch.yml
vendored
|
@ -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++ pixman cairo hyprutils libjpeg-turbo libjxl libwebp
|
||||
pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang libc++ pixman cairo hyprutils libjpeg-turbo libjxl libwebp libspng
|
||||
|
||||
- name: Build hyprgraphics with clang
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue