Skip to content

Commit 16f16fa

Browse files
committed
Fixed issue where driver was built with lua-5.4.2 instead of luajit so test failed
1 parent bb28db4 commit 16f16fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.mingw.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ setlocal
3333
REM Building
3434
echo ^> BUILDING
3535
set debug=1
36-
call build.mingw.bat driver lua-5.4.2
37-
call build.mingw.bat package luajit
36+
call build.mingw.bat driver luajit
37+
call build.mingw.bat package lua-5.4.2
3838
call build.mingw.bat package lua-5.3.6
3939
call build.mingw.bat package lua-5.2.4
4040
call build.mingw.bat package lua-5.1.5

0 commit comments

Comments
 (0)