Skip to content

Commit d7d9536

Browse files
authored
set CABAL_DIR
1 parent 92790fb commit d7d9536

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-liquid.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
3737

3838
- name: Build in liquid mode
39-
run: cabal build lh-array-sort
39+
run: |
40+
export CABAL_DIR=/root/.config/cabal # due to running in a container
41+
cabal build lh-array-sort

0 commit comments

Comments
 (0)