Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/translation-check.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/translation-check.yaml b/.github/workflows/translation-check.yaml
index 1d9a5de6..a646d582 100644
--- a/.github/workflows/translation-check.yaml
+++ b/.github/workflows/translation-check.yaml
@@ -13,9 +13,10 @@ jobs:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- - run: pacman --noconfirm -Syu python python-pip
- - run: pip install --break-system-packages --upgrade pip
+ - run: pacman --noconfirm -Syu python
- run: cd archinstall/locales
+ - run: pwd
+ - run: ls -l
- run: bash locales_generator.sh
- run: git diff --name-only
- run: ls