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

@@ -1,3 +1,3 @@
export GHCUP_INSTALL_BASE_PREFIX="$CI_PROJECT_DIR"
export PATH="$CI_PROJECT_DIR/.ghcup/bin:$CI_PROJECT_DIR/.local/bin:$PATH"
export TMPDIR="$CI_PROJECT_DIR/.ghcup/tmp"