We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d24aa commit 271efadCopy full SHA for 271efad
.github/workflows/LuaWatcom.yml
@@ -24,7 +24,9 @@ jobs:
24
25
- name: Test Lua Core Demo Scripts function
26
run: |
27
- for file in demo/core/*.lua; do if [ -x "$file" ]; then echo -e "\n>> ./$file"; yes "" | "$file"; fi done
+ lua demo/core/readme.lua
28
+ lua demo/core/bench.lua
29
+ lua demo/core/s256sum.lua demo/core/s256sum.lua
30
31
- name: Patch Lua Source Code for Open Watcom
32
0 commit comments