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 Dec 11, 2024
1 parent 4583a73 commit f412ccc
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 @@ -95,6 +95,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 f412ccc

Please sign in to comment.