Skip to content

Commit 73a276d

Browse files
committed
Revert "Experiment with github action."
This reverts commit 9653b4c.
1 parent 9653b4c commit 73a276d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

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

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

1313
jobs:
1414
validate-code-formatting:
@@ -188,9 +188,6 @@ jobs:
188188
ghc-version: ${{ env.ghc }}
189189
cabal-version: ${{ env.cabal }}
190190

191-
- name: output cabal store
192-
run: cabal path
193-
194191
- name: List exact cabal deps
195192
run: |
196193
cabal freeze --only-dependencies

0 commit comments

Comments
 (0)