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 27a8520 commit 3ef9f53Copy full SHA for 3ef9f53
.github/workflows/build-archlinux.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Set up build environment
24
run: |
25
pacman -Syu --noconfirm
26
- pacman -S --noconfirm base-devel git
+ pacman -S --noconfirm --needed base-devel git qt6-base qt6-declarative cmake qt6-tools
27
+
28
29
# Build the package using makepkg
30
- name: Build the package
0 commit comments