Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit ffdc97e

Browse files
author
Matthias Koeppe
committed
fixup merge
1 parent 55c8a48 commit ffdc97e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-cygwin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ jobs:
196196
# We specifically use the cygwin tar so that symlinks are saved/restored correctly on Windows.
197197
# We set the installation records to the same mtime so that no rebuilds due to dependencies
198198
# among these packages are triggered.
199-
run: |
200199
run: |
201200
C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && ls -l sage-local-*.tar; for a in sage-local-${{ env.PREVIOUS_STAGES }}.tar; do echo Extracting $a; tar xf $a; done; (cd local/var/lib/sage/installed/ && touch .dummy && touch --reference=.dummy *); ls -l local local/var/lib/sage/installed/; src/bin/sage-rebase.sh local'
202201
- name: configure

0 commit comments

Comments
 (0)