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 eb2fb0e commit f3fc36dCopy full SHA for f3fc36d
.github/workflows/pr.yml
@@ -98,7 +98,7 @@ jobs:
98
run: |
99
Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/nightlies/raw/versions/latest/ponyc-arm64-pc-windows-msvc.zip -OutFile C:\ponyc.zip;
100
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;
+ Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/releases/raw/versions/latest/corral-arm64-pc-windows-msvc.zip -OutFile C:\corral.zip;
102
Expand-Archive -Force -Path C:\corral.zip -DestinationPath C:\ponyc;
103
$env:PATH = 'C:\ponyc\bin;' + $env:PATH;
104
.\make.ps1 -Command test 2>&1;
0 commit comments