Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent 2edc655 commit d6ad18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64-runner/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sudo -i -u ${GITHUB_RUNNER_USER} bash << EOF
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
echo "Setting up python3"
brew install python
# For Apple Silicon machines, the path are slightly different.
# For Apple Silicon machines, the path are slightly different.
# After running brew install python, must ensure your ~/.zprofile uses the correct Homebrew paths:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/${GITHUB_RUNNER_USER}/.zprofile
echo 'export PATH="/opt/homebrew/opt/python/libexec/bin:$PATH"' >> /Users/${GITHUB_RUNNER_USER}/.zprofile
Expand Down

0 comments on commit d6ad18d

Please sign in to comment.