Skip to content

Commit 7f3894a

Browse files
authored
Autoupdate system
1 parent 74918c0 commit 7f3894a

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 -Syyu && 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)