Skip to content

Commit 178ca65

Browse files
authored
Update MinGW download location (#100)
nim-lang.org no longer provides versioned MinGW
1 parent a8d423c commit 178ca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
else
9494
arch=32
9595
fi
96-
curl -L "https://nim-lang.org/download/mingw$arch-6.3.0.7z" -o "external/mingw$arch.7z"
96+
curl -L "https://nim-lang.org/download/mingw$arch.7z" -o "external/mingw$arch.7z"
9797
7z x "external/mingw$arch.7z" -oexternal/
9898
9999
cygpath -aw "external/mingw$arch/bin" >> "${GITHUB_PATH}"

0 commit comments

Comments
 (0)