From 5c9564acb94d639e0dca27814831d7b4476dce45 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 29 Aug 2022 12:12:39 +0100 Subject: [PATCH] ci: binaries-linux-x64-static: avoid ghcup warning --- .github/workflows/binaries-linux-x64-static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/binaries-linux-x64-static.yml b/.github/workflows/binaries-linux-x64-static.yml index 322a61102..4da50f85f 100644 --- a/.github/workflows/binaries-linux-x64-static.yml +++ b/.github/workflows/binaries-linux-x64-static.yml @@ -27,7 +27,8 @@ 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 --set ghc 9.0.2 && ~/.ghcup/bin/ghcup install cabal + ~/.ghcup/bin/ghcup install ghc 9.0.2 && ~/.ghcup/bin/ghcup set ghc 9.0.2 + ~/.ghcup/bin/ghcup install cabal echo "$HOME/.ghcup/bin/" >> $GITHUB_PATH - name: Check out