Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/flake8.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/flake8.yaml')
-rw-r--r--.github/workflows/flake8.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml
index 823be79c..c9346ccc 100644
--- a/.github/workflows/flake8.yaml
+++ b/.github/workflows/flake8.yaml
@@ -4,7 +4,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip