deps: update libcommuni and required packages (#6500)

This commit is contained in:
nerix
2025-09-28 11:18:12 +02:00
committed by GitHub
parent c5ced77f9b
commit a7de887ee0
12 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
sudo pacman -Sy
sudo pacman -S --noconfirm 'qt6-base' 'qt6-tools' 'boost-libs' 'openssl' 'qt6-imageformats' 'qtkeychain-qt6' 'qt6-5compat' 'qt6-svg' 'libnotify'
sudo pacman -S --noconfirm 'qt6-base' 'qt6-tools' 'boost-libs' 'openssl' 'qt6-imageformats' 'qtkeychain-qt6' 'qt6-svg' 'libnotify'
sudo pacman -S --noconfirm 'git' 'boost' 'cmake' 'benchmark'
- uses: actions/checkout@v5