Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka committed Mar 7, 2024
1 parent 9abdaa8 commit a9e5377
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,10 @@ jobs:
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

- name: Cache build artifacts (used to speed up GitHub Codespaces bootstrapping)
if: runner.os == 'Linux'
uses: actions/cache@v2
with:
path: ~/.cache
key: cache-${{ github.ref }}

0 comments on commit a9e5377

Please sign in to comment.