Skip to content

Commit 347ffb5

Browse files
authored
Added wget to release.yml
1 parent 55c6eec commit 347ffb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/iso-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "DATE=`date +'%Y.%m.%d'`" >>$GITHUB_ENV
2323

2424
- name: Synchronise package repositories and install archiso
25-
run: pacman -Syu --noconfirm archiso git archlinux-keyring reflector --needed
25+
run: pacman -Syu --noconfirm archiso git archlinux-keyring wget reflector --needed
2626

2727
- name: Running Reflector
2828
run: |

0 commit comments

Comments
 (0)