Skip to content

Commit bc4671b

Browse files
committed
feat: add windows-x64-mingw compilation
1 parent 17d04bb commit bc4671b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/module-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ jobs:
114114
configuration: default
115115
base: "7.0"
116116

117+
- os: ubuntu-latest
118+
cmp: gcc
119+
configuration: default
120+
cross: "windows-x64-mingw"
121+
name: "MinGW (win64)"
122+
117123
steps:
118124
- uses: actions/checkout@v3
119125
with:

0 commit comments

Comments
 (0)