Skip to content

Commit

Permalink
attempt: Run benchmark with higher version of cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed Oct 16, 2023
1 parent 375ca1b commit 404f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: haskell/actions/setup@v2
with:
ghc-version: "9.6.1"
cabal-version: "3.6"
cabal-version: "3.10"

- name: Build including benchmarks
run: cabal build --enable-benchmarks
Expand Down

0 comments on commit 404f96a

Please sign in to comment.