We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6355b72 commit 23783b9Copy full SHA for 23783b9
.github/workflows/arch.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf
46
pacman --noconfirm --noprogressbar -Syyu
47
- 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
48
49
- name: Build hyprgraphics with clang
50
0 commit comments