diff options
-rw-r--r-- | .github/workflows/cygwin.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 7dd379d59..c028b2974 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - fetch-depth: 3000 + fetch-depth: 0 - name: Install Cygwin uses: cygwin/cygwin-install-action@v2 with: @@ -47,11 +47,9 @@ jobs: run: | command bash bash -c "uname -svrmo" - - name: Update with Cygwin git - # fetch-depth=0 above should make this short. + - name: Tell Cygwin's git about this repository. run: | dash -c "which git; /usr/bin/git config --system --add safe.directory /cygdrive/d/a/numpy/numpy" - dash -c "which git; /usr/bin/git fetch --all -p" - name: Verify python version # Make sure it's the Cygwin one, not a Windows one run: | |