Skip to content

Commit cce7b79

Browse files
Easton97-Jensjens
authored andcommitted
Update ci_new.yml
1 parent 8b6f416 commit cce7b79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_new.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ jobs:
9292
python3 \
9393
python3-venv
9494
95+
- name: Show Lua installation
96+
run: |
97+
which lua || true
98+
lua -v || true
99+
dpkg -l | grep lua || true
100+
95101
- name: Run build preparation script
96102
run: ./build.sh
97103

0 commit comments

Comments
 (0)