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
|
image: archlinux:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: pacman --noconfirm -Syu python python-pip
|
- run: pacman --noconfirm -Syu python
|
||||||
- run: pip install --break-system-packages --upgrade pip
|
|
||||||
- run: cd archinstall/locales
|
- run: cd archinstall/locales
|
||||||
|
- run: pwd
|
||||||
|
- run: ls -l
|
||||||
- run: bash locales_generator.sh
|
- run: bash locales_generator.sh
|
||||||
- run: git diff --name-only
|
- run: git diff --name-only
|
||||||
- run: ls
|
- run: ls
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue