Skip to content

Commit

Permalink
MinGWテストのビルドが無理なので本体ビルドのみにする
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed Dec 17, 2020
1 parent 91131e0 commit 24d56b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sakura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Batch File
run: tests\build-and-test.bat ${{matrix.platform}} ${{matrix.config}}
run: build-gnu.bat ${{matrix.platform}} ${{matrix.config}}
shell: cmd

- name: Upload MinGW
Expand Down

0 comments on commit 24d56b7

Please sign in to comment.