Skip to content

Commit

Permalink
test mingw 14.2 on Windows
Browse files Browse the repository at this point in the history
ref #24712
  • Loading branch information
ringabout authored Feb 24, 2025
1 parent 1f8da38 commit 9009d16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/funs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ nimIsCiSkip(){

nimInternalInstallDepsWindows(){
echo_run mkdir dist
echo_run curl -L https://nim-lang.org/download/mingw64.7z -o dist/mingw64.7z
echo_run curl -L https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev1/x86_64-14.2.0-release-win32-seh-ucrt-rt_v12-rev1.7z
-o dist/mingw64.7z
echo_run curl -L https://nim-lang.org/download/dlls.zip -o dist/dlls.zip
echo_run 7z x dist/mingw64.7z -odist
echo_run 7z x dist/dlls.zip -obin
Expand Down

0 comments on commit 9009d16

Please sign in to comment.