Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.github/workflows/extract-sage-local.sh: Make script usable on non-cy…
Browse files Browse the repository at this point in the history
…gwin
  • Loading branch information
Matthias Koeppe committed Oct 17, 2021
1 parent 63e47ff commit 1c40d1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/extract-sage-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ ls -l "$SAGE_LOCAL" "$SAGE_LOCAL"/var/lib/sage/installed/
df -h

# Rebase!
exec src/bin/sage-rebase.sh --all "$SAGE_LOCAL"
case "$(uname)" in
CYGWIN*)
exec src/bin/sage-rebase.sh --all "$SAGE_LOCAL"
;;
esac

0 comments on commit 1c40d1c

Please sign in to comment.