Skip to content

Commit 6f1f19d

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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+
base: "7.0"
121+
cross: "windows-x64-mingw"
122+
117123
steps:
118124
- uses: actions/checkout@v3
119125
with:

0 commit comments

Comments
 (0)