diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index 9aeea5db73..88097b1827 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -21,6 +21,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + fetch-depth: 100 - name: Setup OS specific configure args if: runner.os == 'macOS' run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS" @@ -77,6 +79,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + fetch-depth: 100 - name: Setup OS specific configure args if: runner.os == 'macOS' run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS" @@ -138,6 +142,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + fetch-depth: 100 - name: Setup OS specific configure args if: runner.os == 'macOS' run: echo "::set-env name=RACKET_EXTRA_CONFIGURE_ARGS::--enable-macprefix $RACKET_EXTRA_CONFIGURE_ARGS"