Skip to content

Commit 6997bb4

Browse files
Update ci_new.yml
1 parent 4ae6875 commit 6997bb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.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)