Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/python-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python-build.yml')
-rw-r--r--.github/workflows/python-build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index f51ff887..5f870ec0 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -11,11 +11,12 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Prepare arch
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: |