This commit is contained in:
Daniel Girtler 2023-09-05 21:38:56 +10:00
parent bcf1eb3e36
commit be7ffbdd7e
1 changed files with 2 additions and 0 deletions

View File

@ -16,9 +16,11 @@ jobs:
run: |
pacman-key --init
pacman --noconfirm -Sy archlinux-keyring
pacman --noconfirm -Syyu
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
- name: Install build dependencies
run: |
python -m pip install --break-system-packages --upgrade pip
pip install --break-system-packages --upgrade build twine wheel setuptools installer
pip uninstall archinstall -y --break-system-packages
- name: Build archinstall