Skip to content

Commit d8dee24

Browse files
authored
Forcefully update the package databases and update the system (#2089)
* Forcefully update the package databases and update the system * Autoupdate system
1 parent 0d7bb07 commit d8dee24

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 --noconfirm && pacman -S git p7zip sudo --noconfirm
6464
if: startsWith(inputs.container_name, 'arch')
6565

6666
- name: Install dependencies

0 commit comments

Comments
 (0)