Skip to content

Commit

Permalink
CI: Don't download GHC in test jobs (#1669)
Browse files Browse the repository at this point in the history
Doing so is completely unnecessary, as we never actually need to build any
Haskell code in these jobs (rather, we invoke pre-built executables instead).

Fixes #1668.
  • Loading branch information
RyanGlScott authored May 22, 2024
1 parent 1458866 commit 4afba5f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@ jobs:
with:
submodules: true

- uses: haskell/actions/setup@v2
with:
ghc-version: '9.4.8'

# Homebrew installs packages in different directories depending on which
# macOS architecture you are using:
#
Expand Down Expand Up @@ -365,9 +361,6 @@ jobs:
.github/ci.sh deps bin/cvc5*
.github/ci.sh deps bin/yices-smt2*
.github/ci.sh deps bin/z3*
ghc_ver="$(ghc --numeric-version)"
cp cabal.GHC-"$ghc_ver".config cabal.project.freeze
cabal v2-update
- if: matrix.suite == 'test-lib' && runner.os != 'Windows'
shell: bash
Expand Down

0 comments on commit 4afba5f

Please sign in to comment.