Added some debug output to see why the locales check errors out on no bash script (#1931)

This commit is contained in:
Anton Hvornum 2023-07-17 09:34:10 +02:00 committed by GitHub
parent 2f273868d4
commit 10fca1611d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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