Skip to content

Commit

Permalink
Update mac git for bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent 1cc6da9 commit fd245da
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc
- run: git --version
- run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc git
# adapted from https://stackoverflow.com/a/42878119
- run: brew link sphinx-doc --force
- run: ./ci/test_tidy.sh
# updates PATH to use Homebrew-installed tools first
# see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
- run: echo "/usr/local/bin:$PATH" > $GITHUB_PATH
- run: |
echo $PATH
git --version
./ci/test_tidy.sh
test:
name: Tests
runs-on: ubuntu-22.04
Expand Down

0 comments on commit fd245da

Please sign in to comment.