Skip to content

Commit

Permalink
fix: uses egor-tensin/setup-mingw v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjiequan committed Dec 20, 2023
1 parent bba98dc commit b441314
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
lua_version: ['5.1', '5.2', '5.3']
steps:
- uses: actions/checkout@v2
- name: Setup MinGW
uses: egor-tensin/setup-mingw@v3

- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

- name: Checkout submodule and build Lua
run: |
Expand Down

0 comments on commit b441314

Please sign in to comment.