From 0d4655355f32bb312dcda24292c9a5676428ad2b Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 2 May 2020 13:26:57 -0700 Subject: [PATCH] Fixup --- .github/workflows/extract-sage-local.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/extract-sage-local.sh b/.github/workflows/extract-sage-local.sh index 6fbfb80bea3..3c9683a6769 100755 --- a/.github/workflows/extract-sage-local.sh +++ b/.github/workflows/extract-sage-local.sh @@ -4,8 +4,6 @@ # Show all tar files from the sage-local artifact ls -l sage-local-*.tar -mkdir -p - # We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows. for a in $*; do echo Extracting $a