update arch docker before build
This commit is contained in:
parent
e3f7b8f1bb
commit
6d6a4be3e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Change pacman mirrors
|
- name: Change pacman mirrors
|
||||||
run: |
|
run: |
|
||||||
reflector -n 3 --protocol https --save /etc/pacman.d/mirrorlist
|
reflector -n 3 --protocol https --save /etc/pacman.d/mirrorlist
|
||||||
pacman -Syy
|
pacman -Syu
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: mkarchiso -v iso/
|
run: mkarchiso -v iso/
|
||||||
- name: Upload iso to the release
|
- name: Upload iso to the release
|
||||||
|
|
Loading…
Add table
Reference in a new issue