Skip to content

Commit

Permalink
Update action.yml; Use ~ instead of $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 17, 2024
1 parent 23c2209 commit 6e7001a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache/action.yml
Expand Up @@ -28,5 +28,5 @@ runs:
name: cache-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.ghc_version }}
path: |
./dist-newstyle
$HOME/.cabal-devx
$HOME/.cache
~/.cabal-devx
~/.cache

0 comments on commit 6e7001a

Please sign in to comment.