modified: .github/workflows/build.yaml
This commit is contained in:
parent
e4f0c4a83e
commit
d4af4e7c9e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -18,9 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip reflector
|
||||
- name: Install Python packages via pip
|
||||
run: pip install -U pip pyGithub
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub reflector
|
||||
- name: Change Arch docker mirror
|
||||
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
|
||||
- name: Build image
|
||||
|
|
Loading…
Add table
Reference in a new issue