Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit d21b9a9

Browse files
committed
also build on mingw
1 parent fb145c8 commit d21b9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- { os: ubuntu-latest, exe: , target: x86_64-unknown-linux-gnu }
2121
- { os: macos-latest, exe: , target: x86_64-apple-darwin }
2222
- { os: windows-latest, exe: .exe, target: x86_64-pc-windows-msvc }
23+
- { os: windows-latest, exe: .exe, target: x86_64-pc-windows-gnu }
2324
steps:
2425
- name: checkout
2526
uses: actions/checkout@v3

0 commit comments

Comments
 (0)