Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix: remove default gitconfig at m…
Browse files Browse the repository at this point in the history
…acOS
  • Loading branch information
YasminTeles committed Mar 10, 2024
1 parent 83db065 commit 3fb9d6e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
# env:
# NONINTERACTIVE: 1

# - name: Set up Homebrew PATH
# run: |
# if [[ "${{ runner.os }}" = "macOS" ]]
# then
# echo "/usr/local/bin:/usr/bin:/bin" >> "${GITHUB_PATH}"
# else
# echo "/home/linuxbrew/.linuxbrew/bin:/usr/bin:/bin" >> "${GITHUB_PATH}"
# fi
- name: Set up Homebrew PATH
run: |
if [[ "${{ runner.os }}" = "macOS" ]]
then
echo "/usr/local/bin:/usr/bin:/bin" >> "${GITHUB_PATH}"
else
echo "/home/linuxbrew/.linuxbrew/bin:/usr/bin:/bin" >> "${GITHUB_PATH}"
fi
# - name: Check Homebrew
# run: brew --config
- name: Check Homebrew
run: brew --config

- name: Run install script
timeout-minutes: 30
Expand Down

0 comments on commit 3fb9d6e

Please sign in to comment.