workflow update

This commit is contained in:
Sohrab Behdani 2023-06-08 13:14:49 -04:00
parent 0e4cbc7fec
commit e5604f271f

View file

@ -21,6 +21,8 @@ jobs:
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip
- name: Install Python packages via pip - name: Install Python packages via pip
run: pip install -U pip pyGithub 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 - name: Build image
run: mkarchiso -v iso/ run: mkarchiso -v iso/
- name: Upload iso to the release - name: Upload iso to the release