File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 2727
2828 - uses : actions/checkout@v4
2929
30- - name : Setup Z3
31- uses : cda-tum/setup-z3@v1
32-
33- - uses : haskell-actions/setup@v2
34- with :
35- ghc-version : 9.10.1
36- cabal-version : 3.14
37-
3830 # See the following link for a breakdown of the following step
3931 # https://github.com/haskell/actions/issues/7#issuecomment-745697160
4032 - uses : actions/cache@v4
6355
6456 - uses : actions/checkout@v4
6557
66- - name : Setup Z3
67- uses : cda-tum/setup-z3@v1
68-
69- - uses : haskell-actions/setup@v2
70- with :
71- ghc-version : 9.10.1
72- cabal-version : 3.14
73-
7458 - uses : actions/cache@v4
7559 with :
7660 path : |
9680
9781 - uses : actions/checkout@v4
9882
99- - name : Setup Z3
100- uses : cda-tum/setup-z3@v1
101-
102- - uses : haskell-actions/setup@v2
103- with :
104- ghc-version : 9.10.1
105- cabal-version : 3.14
106-
10783 - uses : actions/cache@v4
10884 with :
10985 path : |
@@ -130,14 +106,6 @@ jobs:
130106
131107 - uses : actions/checkout@v4
132108
133- - name : Setup Z3
134- uses : cda-tum/setup-z3@v1
135-
136- - uses : haskell-actions/setup@v2
137- with :
138- ghc-version : 9.10.1
139- cabal-version : 3.14
140-
141109 - uses : actions/cache@v4
142110 with :
143111 path : |
You can’t perform that action at this time.
0 commit comments