Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Girtler <girtler.daniel@gmail.com>2023-09-05 21:38:56 +1000
committerDaniel Girtler <girtler.daniel@gmail.com>2023-09-05 21:38:56 +1000
commitbe7ffbdd7e08a08b609cc622addcd59cf683b379 (patch)
tree15613761ebd0f67efb01e86aa88629f4a85247b5
parentbcf1eb3e36a46117cf13fd4ce4f22b8525f3cd3e (diff)
Update
-rw-r--r--.github/workflows/python-build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index afb1c6bc..5f870ec0 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -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