Skip to content

Commit

Permalink
Lets try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Oct 17, 2024
1 parent 0e31732 commit a9ee9b5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:

runs-on: ${{ matrix.os }}

env:
CABAL_DIR: ~/.cabal

steps:
- uses: actions/checkout@v4

Expand All @@ -137,15 +140,9 @@ jobs:
- name: Cache cabal cache
uses: actions/cache@v4
with:
path: ~/.cache
path: ~/.cabal
key: cache-${{ matrix.os }}-${{ hashFiles('devbox.lock', 'cabal.project.freeze') }}

- name: Cache cabal state
uses: actions/cache@v4
with:
path: ~/.local
key: state-${{ matrix.os }}-${{ hashFiles('devbox.lock', 'cabal.project.freeze') }}

- name: Cache build artifacts
uses: actions/cache@v4
with:
Expand Down

0 comments on commit a9ee9b5

Please sign in to comment.