modify packages, add build deps, and minor adjustment to build.sh
All checks were successful
/ build (push) Successful in 3m21s

This commit is contained in:
toufic ar 2026-02-10 20:48:34 +02:00
parent 03f2dfeca0
commit 3e6c7494db
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
3 changed files with 7 additions and 10 deletions

View file

@ -18,6 +18,10 @@ jobs:
echo "${{ secrets.GPG_PRIVATE_KEY }}" > /home/builder/private.asc
echo "${{ secrets.GPG_KEY_PASSWD }}" > /home/builder/gpgpasswd
chown builder: /home/builder/private.asc /home/builder/gpgpasswd
- name: install build deps
run: |
pacman -S --noconfirm --needed cmake
pacman -S --noconfirm --needed qt5-base qt5-x11extras qt6-base
- name: checkout repo
uses: actions/checkout@v6
- name: add ssh key