Skip to content

Commit f3fc36d

Browse files
committed
Test Arm64 Windows using released compiler
Until today, we only had nightlies to test against.
1 parent eb2fb0e commit f3fc36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/nightlies/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;

0 commit comments

Comments
 (0)