Fix nancy

This commit is contained in:
2021-06-13 17:42:24 +02:00
parent 41783ff027
commit 9636276c17
3 changed files with 127 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ set -eux
mkdir -p "${TMPDIR}"
if [ $ARCH = 'ARM64' ] ; then
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
curl -sSfL https://downloads.haskell.org/~ghcup/0.1.15.1/aarch64-apple-darwin-ghcup-0.1.15.1 > ./ghcup-bin
chmod +x ghcup-bin
else