Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jan 17, 2024
1 parent 985ce86 commit 537f5c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
submodules: true
- uses: actboy168/setup-luamake@master
- run: luamake
- run: luamake tools
mingw:
name: mingw
runs-on: windows-latest
Expand All @@ -33,8 +32,6 @@ jobs:
run: ./compile/build.sh notest
- shell: msys2 {0}
run: ./luamake/luamake
- shell: msys2 {0}
run: ./luamake/luamake tools
macos:
name: macos
runs-on: macos-latest
Expand All @@ -44,7 +41,6 @@ jobs:
submodules: true
- uses: actboy168/setup-luamake@master
- run: luamake -arch arm64
- run: luamake -arch arm64 tools
ios:
name: ios
runs-on: macos-latest
Expand Down

0 comments on commit 537f5c3

Please sign in to comment.