CircleCI
This commit is contained in:
parent
872da282b7
commit
2aafa67bc3
1 changed files with 1 additions and 0 deletions
|
@ -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 '.\'
|
||||
|
|
Loading…
Reference in a new issue