Skip to content

Commit

Permalink
Q
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Jan 2, 2024
1 parent 4ad9c74 commit f547e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
LuaRocks\luarocks.exe --lua-dir "$($env:LUAROCKS_LUADIR)" --tree "$($env:LUAROCKS_TREE)" install luaunit
if (("${{ matrix.compiler }}" -not "MSVC")) {
if (("${{ matrix.compiler }}" -ne "MSVC")) {
LuaJIT\bin\luajit.exe tests\tests.lua
}

0 comments on commit f547e14

Please sign in to comment.