index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2023-07-17 09:34:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 09:34:10 +0200 |
commit | 10fca1611d09965c23c5d917d2c41ddc838290b4 (patch) | |
tree | e86e1f1985d1d3cb0e4065629697c40c5a5fc635 /.github | |
parent | 2f273868d416c3309191db8c616aae683d78370a (diff) |
-rw-r--r-- | .github/workflows/translation-check.yaml | 5 |
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 |