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