Skip to content

Commit 3ef9f53

Browse files
authored
Update build-archlinux.yml
1 parent 27a8520 commit 3ef9f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-archlinux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Set up build environment
2424
run: |
2525
pacman -Syu --noconfirm
26-
pacman -S --noconfirm base-devel git
26+
pacman -S --noconfirm --needed base-devel git qt6-base qt6-declarative cmake qt6-tools
27+
2728
2829
# Build the package using makepkg
2930
- name: Build the package

0 commit comments

Comments
 (0)