Skip to content

Commit

Permalink
Revert "GHA: Set TMPDIR on macOS runners"
Browse files Browse the repository at this point in the history
This reverts commit 21de866.
  • Loading branch information
berquist committed Dec 11, 2024
1 parent f412ccc commit f62735b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ 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 f62735b

Please sign in to comment.