Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey authored Oct 9, 2024
1 parent dd46dbd commit de434ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Download Pharo
run: |
Invoke-WebRequest -Uri $env:PHARO_FILES_URL+"/pharo-vm-Windows-x86_64-stable.zip" -OutFile pharo-vm.zip
Invoke-WebRequest -Uri $env:PHARO_FILES_URL+"/pharoImage-x86_64.zip" -OutFile image.zip
Invoke-WebRequest -Uri $PHARO_FILES_URL+"/pharo-vm-Windows-x86_64-stable.zip" -OutFile pharo-vm.zip
Invoke-WebRequest -Uri $PHARO_FILES_URL+"/pharoImage-x86_64.zip" -OutFile image.zip
unzip pharo-vm.zip -d pharo-vm
unzip image.zip
Get-ChildItem -Path . -Filter "Pharo*.image" | ForEach-Object {
Expand Down

0 comments on commit de434ba

Please sign in to comment.