Update
This commit is contained in:
parent
bcf1eb3e36
commit
be7ffbdd7e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue