Skip to content

Commit a9ee9b5

Browse files
committed
Lets try again...
1 parent 0e31732 commit a9ee9b5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115

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

118+
env:
119+
CABAL_DIR: ~/.cabal
120+
118121
steps:
119122
- uses: actions/checkout@v4
120123

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

143-
- name: Cache cabal state
144-
uses: actions/cache@v4
145-
with:
146-
path: ~/.local
147-
key: state-${{ matrix.os }}-${{ hashFiles('devbox.lock', 'cabal.project.freeze') }}
148-
149146
- name: Cache build artifacts
150147
uses: actions/cache@v4
151148
with:

0 commit comments

Comments
 (0)