Skip to content

Commit 891b379

Browse files
authored
Forcefully update the package databases and update the system
1 parent 0048d19 commit 891b379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: startsWith(inputs.os, 'windows')
6161

6262
- name: Install dependencies
63-
run: pacman -Sy && pacman -S git p7zip sudo --noconfirm
63+
run: pacman -Syyu && pacman -S git p7zip sudo --noconfirm
6464
if: startsWith(inputs.container_name, 'arch')
6565

6666
- name: Install dependencies

0 commit comments

Comments
 (0)