File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ jobs:
123
123
with :
124
124
enable-cache : true
125
125
126
+ - name : Make ~/.local accessible
127
+ run : chmod -R 777 ~/.local
128
+
126
129
- name : Update cabal registry
127
130
run : devbox run -- cabal update
128
131
@@ -140,7 +143,7 @@ jobs:
140
143
- name : Cache cabal state
141
144
uses : actions/cache@v4
142
145
with :
143
- path : ~/.cabal
146
+ path : ~/.local
144
147
key : state-${{ matrix.os }}-${{ hashFiles('devbox.lock', 'cabal.project.freeze') }}
145
148
146
149
- name : Cache build artifacts
@@ -160,7 +163,7 @@ jobs:
160
163
run : devbox run -- npm install
161
164
162
165
- name : Configure
163
- run : XDG_STATE_HOME=~/.cabal devbox run -- cabal configure --enable-tests -O2
166
+ run : devbox run -- cabal configure --enable-tests -O2
164
167
165
168
- name : Build
166
169
run : devbox run -- cabal build
You can’t perform that action at this time.
0 commit comments