From 69a971fff4d9e3d175e8743996085ae9aa7aeee3 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Mon, 2 Mar 2020 01:05:12 +0100 Subject: [PATCH] CircleCI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db7ce9e..89eba03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,8 +17,8 @@ jobs: - 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 '.\' + 7z x chicken.tar.gz + 7z x chicken.tar Remove-Item -Force chicken.tar.gz Remove-Item -Force chicken.tar mv chicken-* chickenbuild