Skip to content

Commit

Permalink
ci: linux-x64: try ghc 8.10.4 -> 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 10, 2021
1 parent 9e24cca commit 91780ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
apk --no-cache add binutils-gold curl gcc g++ git gmp-dev ncurses-dev ncurses-static libffi-dev make xz tar perl zlib-dev zlib-static
mkdir -p ~/.ghcup/bin && curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > ~/.ghcup/bin/ghcup && chmod +x ~/.ghcup/bin/ghcup
~/.ghcup/bin/ghcup install ghc 8.10.4 && ~/.ghcup/bin/ghcup set ghc 8.10.4 && ~/.ghcup/bin/ghcup install cabal
~/.ghcup/bin/ghcup install ghc 9.0.1 && ~/.ghcup/bin/ghcup set ghc 9.0.1 && ~/.ghcup/bin/ghcup install cabal
echo "$HOME/.ghcup/bin/" >> $GITHUB_PATH
- name: Check out
Expand Down

0 comments on commit 91780ce

Please sign in to comment.