We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4267fd commit 2dfd199Copy full SHA for 2dfd199
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
fail-fast: false
16
matrix:
17
include:
18
+ - MINGW_ARCH: "mingw32"
19
+ RUNON: windows-latest
20
- MINGW_ARCH: "ucrt64"
21
RUNON: windows-latest
22
- MINGW_ARCH: "clangarm64"
mingw-w64-ruby34/PKGBUILD
@@ -93,3 +93,4 @@ package() {
93
# The flags are inherited from the ruby build but not inteded for builds on the target system
94
sed -i "s# ${PLACEHOLDER_DLL_RES}##g" ${pkgdir}/${MINGW_PREFIX}/lib/ruby/*/*/rbconfig.rb
95
}
96
+
0 commit comments