Skip to content

Commit

Permalink
FIX: Place JIT modules into correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 28, 2024
1 parent ed1ae54 commit 6b3abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
mkdir bin include lib lua
cd src
mv jit ../lua
mv jit ../bin
mv luajit${{ env.BUILD_EXT_BIN }} ../bin
mv ${{ env.BUILD_PREFIX }}${{ env.LIB_NAME }}${{ env.BUILD_EXT_DYN }} ../bin
mv ${{ env.BUILD_PREFIX }}${{ env.LIB_NAME }}${{ env.BUILD_EXT_STAT }} ../lib
Expand Down

0 comments on commit 6b3abd4

Please sign in to comment.