fixed workflow
This commit is contained in:
parent
33a715bc76
commit
77a6fa60e2
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip openssh sshpass rsync wget
|
||||
- name: Change mirrors
|
||||
run: reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: remove last iso
|
||||
|
@ -54,7 +56,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip openssh sshpass rsync wget
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip openssh sshpass rsync wget.
|
||||
- name: Change mirrors
|
||||
run: reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: remove last iso
|
||||
|
|
Loading…
Add table
Reference in a new issue