This commit is contained in:
Daniel Ziltener 2020-03-02 01:00:21 +01:00
parent 872da282b7
commit 2aafa67bc3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
- run: Install-Module -Name 7Zip4Powershell -Force -Scope CurrentUser
- run: choco install -y msys2
- run: |
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -UseBasicParsing -Uri "https://code.call-cc.org/releases/$Env:version/chicken-$Env:version.tar.gz" -OutFile '.\chicken.tar.gz'
Expand-7Zip chicken.tar.gz -TargetPath '.\'
Expand-7Zip chicken.tar -TargetPath '.\'