Skip to content

Commit

Permalink
test gcc 14 on Winodws
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 30, 2024
1 parent 4091576 commit 56d9690
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-rev0/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.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 56d9690

Please sign in to comment.