Skip to content

Commit

Permalink
windows ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent a58ca43 commit 82fda2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Invoke-WebRequest https://dl.cloudsmith.io/public/ponylang/releases/raw/versions/latest/corral-x86-64-pc-windows-msvc.zip -OutFile C:\corral.zip
Expand-Archive -Path C:\corral.zip -DestinationPath C:\corral
$env:PATH = 'C:\corral\bin;' + $env:PATH
.\make.ps1 -Command fetch
corral fetch
.\make.ps1 -Config ${{matrix.config}} test
cd .\examples\calc
.\make.ps1 -Config ${{matrix.config}} test

0 comments on commit 82fda2e

Please sign in to comment.