Update
This commit is contained in:
parent
bcf1eb3e36
commit
be7ffbdd7e
|
|
@ -16,9 +16,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman --noconfirm -Sy archlinux-keyring
|
pacman --noconfirm -Sy archlinux-keyring
|
||||||
|
pacman --noconfirm -Syyu
|
||||||
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
|
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --break-system-packages --upgrade pip
|
||||||
pip install --break-system-packages --upgrade build twine wheel setuptools installer
|
pip install --break-system-packages --upgrade build twine wheel setuptools installer
|
||||||
pip uninstall archinstall -y --break-system-packages
|
pip uninstall archinstall -y --break-system-packages
|
||||||
- name: Build archinstall
|
- name: Build archinstall
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue