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 ab991d2 commit f58418aCopy full SHA for f58418a
1 file changed
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build AppImage
61
run: make LOVE_BRANCH=${{ github.sha }}
62
- name: Print LuaJIT branch
63
- run: git -C LuaJIT-v2.1 branch -v
+ run: git -C LuaJIT-temp-v3bp-syntax1 branch -v
64
# start xvfb for test running
65
- name: Start xvfb and openbox
66
run: |
0 commit comments