We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c735e commit 5dc8275Copy full SHA for 5dc8275
.github/workflows/aur.yml
@@ -29,7 +29,7 @@ jobs:
29
run: docker exec "$(cat ${container_id})" pacman -Syu --noconfirm
30
31
- name: Install nvchecker and git.
32
- run: docker exec "$(cat ${container_id})" pacman -S nvchecker git pyalpm --noconfirm
+ run: docker exec "$(cat ${container_id})" pacman -S nvchecker git pyalpm python-packaging --noconfirm
33
34
- name: Nvcheck!
35
run: |
0 commit comments