Compare commits

...

1 commit

Author SHA1 Message Date
feb6b35737 modified: .github/workflows/build.yaml 2023-06-12 16:48:32 +03:30

View file

@ -18,9 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Packages via Pacman - name: Install Packages via Pacman
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip reflector run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub reflector
- name: Install Python packages via pip
run: pip install -U pip pyGithub
- name: Change Arch docker mirror - name: Change Arch docker mirror
run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
- name: Build image - name: Build image