[macOS] Reconsider YQ installation on macOS 11 (#8793)

* [macOS] Reconsider YQ installation on macOS 11

* Revert previous YQ installation related changes
This commit is contained in:
Erik Bershel
2023-11-15 10:31:31 +01:00
committed by GitHub
parent 81ef6f228d
commit 6b001b5325
3 changed files with 6 additions and 6 deletions

View File

@@ -2,11 +2,6 @@
source ~/utils/utils.sh
# https://github.com/actions/runner-images/issues/8738
if is_BigSur; then
brew unlink ghc cabal-install
fi
curl --proto '=https' --tlsv1.2 -fsSL https://get-ghcup.haskell.org | sh
export PATH="$HOME/.ghcup/bin:$PATH"
echo 'export PATH="$PATH:$HOME/.ghcup/bin"' >> "$HOME/.bashrc"