File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96969797 - name : Test against recent ponyc release on Windows
9898 run : |
99- Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/nightlies /raw/versions/latest/ponyc-arm64-pc-windows-msvc.zip -OutFile C:\ponyc.zip;
99+ Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/releases /raw/versions/latest/ponyc-arm64-pc-windows-msvc.zip -OutFile C:\ponyc.zip;
100100 Expand-Archive -Force -Path C:\ponyc.zip -DestinationPath C:\ponyc;
101- Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/nightlies /raw/versions/latest/corral-arm64-pc-windows-msvc.zip -OutFile C:\corral.zip;
101+ Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/releases /raw/versions/latest/corral-arm64-pc-windows-msvc.zip -OutFile C:\corral.zip;
102102 Expand-Archive -Force -Path C:\corral.zip -DestinationPath C:\ponyc;
103103 $env:PATH = 'C:\ponyc\bin;' + $env:PATH;
104104 .\make.ps1 -Command test 2>&1;
You can’t perform that action at this time.
0 commit comments