Skip to content

Commit

Permalink
TODELETE: print GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Jul 18, 2022
1 parent 9c0d313 commit 99ca11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: actions/cache@v2
name: "Cache `dist-newstyle`"
with:
path: ${{ env.GITHUB_WORKSPACE }}/dist-newstyle
path: $GITHUB_WORKSPACE/dist-newstyle
key: cache-dist-${{ env.CACHE_VERSION }}-${{ runner.os }}-${{ matrix.ghc }}-${{ steps.record-deps.outputs.weeknum }}
restore-keys: |
cache-dist-${{ env.CACHE_VERSION }}-${{ runner.os }}-${{ matrix.ghc }}-${{ steps.record-deps.outputs.weeknum }}
Expand Down

0 comments on commit 99ca11a

Please sign in to comment.