We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0048d19 commit 891b379Copy full SHA for 891b379
.github/workflows/installer.yml
@@ -60,7 +60,7 @@ jobs:
60
if: startsWith(inputs.os, 'windows')
61
62
- name: Install dependencies
63
- run: pacman -Sy && pacman -S git p7zip sudo --noconfirm
+ run: pacman -Syyu && pacman -S git p7zip sudo --noconfirm
64
if: startsWith(inputs.container_name, 'arch')
65
66
0 commit comments