Skip to content

Commit

Permalink
add MinGW build for different Lua version
Browse files Browse the repository at this point in the history
to keep the caches not mixed (cache-key doesn't include toolchain)
  • Loading branch information
Tieske committed Mar 15, 2024
1 parent eb6d195 commit 96dd3e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ jobs:
luaVersion: "5.4"
- os: "windows-latest"
luaVersion: "luajit"
# for Windows we build 1 Lua version on msvc and 1 on mingw
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "5.4"
- os: "windows-latest"
toolchain: "mingw"
luaVersion: "5.3"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 96dd3e8

Please sign in to comment.