Skip to content

Commit

Permalink
Revert "revert a change that didn’t help fix jenkins"
Browse files Browse the repository at this point in the history
This reverts commit 57ae130.
  • Loading branch information
CamJN committed Sep 30, 2024
1 parent 57ae130 commit 8ee32cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/ci/lib/set-container-envvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ fi
export TEST_PORT_BASE
fi

if [[ "$OS" != macos ]]; then
if [[ "$OS" = macos ]]; then
if [ "${GITHUB_ACTIONS:-false}" = "false" ]; then
# Ensure that Homebrew tools can be found
eval "$(/usr/libexec/path_helper -s)"
fi
else
export LC_CTYPE=C.UTF-8
fi

Expand Down

0 comments on commit 8ee32cc

Please sign in to comment.