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 a8d423c commit 178ca65Copy full SHA for 178ca65
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
else
94
arch=32
95
fi
96
- curl -L "https://nim-lang.org/download/mingw$arch-6.3.0.7z" -o "external/mingw$arch.7z"
+ curl -L "https://nim-lang.org/download/mingw$arch.7z" -o "external/mingw$arch.7z"
97
7z x "external/mingw$arch.7z" -oexternal/
98
99
cygpath -aw "external/mingw$arch/bin" >> "${GITHUB_PATH}"
0 commit comments