We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb28db4 commit 16f16faCopy full SHA for 16f16fa
.github/workflows/ci.mingw.bat
@@ -33,8 +33,8 @@ setlocal
33
REM Building
34
echo ^> BUILDING
35
set debug=1
36
- call build.mingw.bat driver lua-5.4.2
37
- call build.mingw.bat package luajit
+ call build.mingw.bat driver luajit
+ call build.mingw.bat package lua-5.4.2
38
call build.mingw.bat package lua-5.3.6
39
call build.mingw.bat package lua-5.2.4
40
call build.mingw.bat package lua-5.1.5
0 commit comments