Skip to content

Commit

Permalink
Re-add LuaJIT symlink step.
Browse files Browse the repository at this point in the history
However, symlink luajit instead of luajit-2.1.0-beta3.
  • Loading branch information
MikuAuahDark authored Sep 6, 2023
1 parent e5de1d4 commit 99f3956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
if: ${{ matrix.lua == 'luajit' }}
working-directory: .lua-build
run: make -j$(nproc) install PREFIX=$GITHUB_WORKSPACE/.lua
- name: Symlink LuaJIT
if: ${{ matrix.lua == 'luajit' }}
working-directory: .lua/bin
run: ln -s luajit lua
- name: List All Files in .lua
run: find .lua -name '*'
- name: Test Lua Interpreter
Expand Down

0 comments on commit 99f3956

Please sign in to comment.