File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1616 - " **/README.md"
1717 workflow_dispatch :
1818
19+ env :
20+ CABAL_DIR : ' /cabal-dir' # due to container; see top-level Dockerfile
21+
1922jobs :
2023 main :
2124 runs-on : ubuntu-latest
3740
3841 - name : Build in liquid mode
3942 run : |
40- export CABAL_DIR=/cabal-dir # due to running in a container
4143 cabal build lh-array-sort
Original file line number Diff line number Diff line change 1616 - " **/README.md"
1717 workflow_dispatch :
1818
19+ env :
20+ CABAL_DIR : ' /cabal-dir'
21+
1922jobs :
2023 test-mutable-arrays :
2124 runs-on : ubuntu-latest
25+ container : ghcr.io/ulysses4ever/lh-array-sort
2226 steps :
2327
2428 - uses : actions/checkout@v4
5458
5559 test-prim-mutable-arrays :
5660 runs-on : ubuntu-latest
61+ container : ghcr.io/ulysses4ever/lh-array-sort
5762 steps :
5863
5964 - uses : actions/checkout@v4
8691
8792 test-pure-arrays :
8893 runs-on : ubuntu-latest
94+ container : ghcr.io/ulysses4ever/lh-array-sort
8995 steps :
9096
9197 - uses : actions/checkout@v4
@@ -119,6 +125,7 @@ jobs:
119125
120126 run-benchrunner :
121127 runs-on : ubuntu-latest
128+ container : ghcr.io/ulysses4ever/lh-array-sort
122129 steps :
123130
124131 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments