Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2023-07-17 09:34:10 +0200
committerGitHub <noreply@github.com>2023-07-17 09:34:10 +0200
commit10fca1611d09965c23c5d917d2c41ddc838290b4 (patch)
treee86e1f1985d1d3cb0e4065629697c40c5a5fc635 /.github/workflows
parent2f273868d416c3309191db8c616aae683d78370a (diff)
Added some debug output to see why the locales check errors out on no bash script (#1931)
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