Skip to content

Commit b1a7c90

Browse files
committed
Experiment with github action.
1 parent fd15c91 commit b1a7c90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
ghc: "9.6.6"
11-
cabal: "3.10.3.0"
11+
cabal: "3.12.1.0"
1212

1313
jobs:
1414
validate-code-formatting:
@@ -187,6 +187,9 @@ jobs:
187187
with:
188188
ghc-version: ${{ env.ghc }}
189189
cabal-version: ${{ env.cabal }}
190+
191+
- name: output cabal store
192+
run: cabal path
190193

191194
- name: List exact cabal deps
192195
run: |

0 commit comments

Comments
 (0)