Skip to content

Commit de88ba5

Browse files
committed
fix
1 parent fd8bb35 commit de88ba5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git clone https://luajit.org/git/luajit.git
6565
cd luajit
6666
make
67-
make install
67+
make install PREFIX=/mingw64
6868
6969
- name: Verify LuaJIT installation
7070
shell: msys2 {0}
@@ -75,4 +75,5 @@ jobs:
7575
- name: Run tests
7676
shell: msys2 {0}
7777
run: |
78+
cd $GITHUB_WORKSPACE
7879
luajit test/run.lua

0 commit comments

Comments
 (0)