Skip to content

Commit 92790fb

Browse files
authored
Containerize liquid builds
1 parent c66e51d commit 92790fb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-liquid.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,11 @@ on:
1919
jobs:
2020
main:
2121
runs-on: ubuntu-latest
22+
container: ghcr.io/ulysses4ever/lh-array-sort
2223
steps:
2324

2425
- uses: actions/checkout@v4
2526

26-
- name: Setup Z3
27-
uses: cda-tum/setup-z3@v1
28-
29-
- uses: haskell-actions/setup@v2
30-
with:
31-
ghc-version: 9.10.1
32-
cabal-version: 3.14
33-
3427
# See the following link for a breakdown of the following step
3528
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
3629
- uses: actions/cache@v4

0 commit comments

Comments
 (0)