Skip to content

Commit

Permalink
CI: Remove cabal version entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiddend committed Jan 7, 2025
1 parent 7b84953 commit ea855ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-on-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.6.3.0' # Exact version of Cabal
- name: install hdf5
run: sudo apt-get install -y libhdf5-dev libffi-dev
- name: build and test with cabal
Expand Down

0 comments on commit ea855ab

Please sign in to comment.