From 1b60a753630ef7bd94ab892608d67cddb44eacc8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Mar 2024 21:06:20 +0800 Subject: [PATCH] Use latest bootstrap script --- .github/workflows/install-bindist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-bindist.sh b/.github/workflows/install-bindist.sh index dc9f1cd..2268ea3 100755 --- a/.github/workflows/install-bindist.sh +++ b/.github/workflows/install-bindist.sh @@ -6,7 +6,7 @@ set -eo pipefail export GHCUP_INSTALL_BASE_PREFIX=$RUNNER_TEMP/foobarbaz -curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/haskell/ghcup-hs/master/scripts/bootstrap/bootstrap-haskell | sh source "$GHCUP_INSTALL_BASE_PREFIX"/.ghcup/env || source "$HOME/.bashrc"