From 96c2ed7a2d55b112ed2c7958392b9c6996623350 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 21 May 2022 23:21:20 -1000 Subject: [PATCH] ;ci: linux-x64: bump to ghc 9.2.2 --- .github/workflows/linux-x64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64.yml index 6451983be..5a87ceb41 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64.yml @@ -1,6 +1,6 @@ # Runs on any push to ci-linux-x64. # Produces optimised static x64 linux binaries, -# using the GHC version below (9.0.1) and cabal. +# using the GHC version below (9.2.2) and cabal. # Currently runs no tests. name: linux-x64 CI binaries @@ -26,7 +26,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 9.0.1 && ~/.ghcup/bin/ghcup set ghc 9.0.1 && ~/.ghcup/bin/ghcup install cabal + ~/.ghcup/bin/ghcup install ghc 9.2.2 && ~/.ghcup/bin/ghcup set ghc 9.2.2 && ~/.ghcup/bin/ghcup install cabal echo "$HOME/.ghcup/bin/" >> $GITHUB_PATH - name: Check out