Set TMPDIR during CI

This commit is contained in:
2020-05-01 16:27:27 +02:00
parent d2b280da2d
commit ee34d85dbc
5 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,8 @@ set -eux
. "$( cd "$(dirname "$0")" ; pwd -P )/../../ghcup_env"
mkdir -p "${TMPDIR}"
curl -sSfL https://downloads.haskell.org/~ghcup/x86_64-apple-darwin-ghcup > ./ghcup-bin
chmod +x ghcup-bin