Added some debug output to see why the locales check errors out on no bash script (#1931)
This commit is contained in:
parent
2f273868d4
commit
10fca1611d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue