Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Summary: 3.12 has a bug that we seem to be running into, see haskell/cabal#10046

Differential Revision: D67113302
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Dec 11, 2024
1 parent 5efc1bb commit 5aa3ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf "https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup" -o "$LOCAL_BIN"/ghcup
chmod +x "$LOCAL_BIN"/ghcup
ghcup install cabal --set
# Avoiding 3.12 due to https://github.com/haskell/cabal/issues/10046
ghcup install cabal 3.10 --set
apt-get install -y build-essential libgmp-dev libnuma-dev
ghcup install ghc ${{ matrix.ghc }} --set
echo "$HOME/.ghcup/bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 5aa3ce4

Please sign in to comment.