We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92790fb commit d7d9536Copy full SHA for d7d9536
.github/workflows/build-liquid.yaml
@@ -36,4 +36,6 @@ jobs:
36
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
37
38
- name: Build in liquid mode
39
- run: cabal build lh-array-sort
+ run: |
40
+ export CABAL_DIR=/root/.config/cabal # due to running in a container
41
+ cabal build lh-array-sort
0 commit comments