Skip to content

Commit

Permalink
add mingw lable, unused, but displays in github UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Mar 19, 2024
1 parent 1b18184 commit 1908c08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
include:
- os: "macos-latest"
luaVersion: "5.4"
- os: "windows-latest"
luaVersion: "luajit"
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "5.1"
Expand All @@ -51,6 +49,9 @@ jobs:
- os: "windows-latest"
toolchain: "msvc"
luaVersion: "5.4"
- os: "windows-latest"
toolchain: "mingw"
luaVersion: "luajit"

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

Expand Down

0 comments on commit 1908c08

Please sign in to comment.