Skip to content

Commit

Permalink
GHA: Set TMPDIR on macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Sep 12, 2024
1 parent 5c6369f commit 21de866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
export MAKEFLAGS
if [[ "$(uname)" == "Darwin" ]]; then
export PMIX_MCA_gds=hash
export TMPDIR="${GITHUB_WORKSPACE}/tmpdir"
mkdir -p "${TMPDIR}"
fi
export SST_DEPS_USER_MODE=1
mkdir -p "${SST_DEPS_USER_DIR}/devel/trunk"
Expand Down

0 comments on commit 21de866

Please sign in to comment.