workflow update

This commit is contained in:
Sohrab Behdani 2023-06-08 14:00:15 -04:00
parent 96d307a00b
commit 8a3a3e1ca2

View file

@ -18,9 +18,11 @@ 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
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
- name: Build image
run: mkarchiso -v iso/
- name: Upload iso to the release