workflow update
This commit is contained in:
parent
e5604f271f
commit
e4f0c4a83e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Packages via Pacman
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip
|
||||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip reflector
|
||||
- name: Install Python packages via pip
|
||||
run: pip install -U pip pyGithub
|
||||
- name: Change Arch docker mirror
|
||||
|
|
Loading…
Add table
Reference in a new issue