Skip to content

Commit

Permalink
Try manually cleaning after mac clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent b43fe63 commit 5012c1e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- run: git --version
- run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc git
- run: |
git status --ignored
git clean -fxd .
git status --ignored
- run: brew install coreutils findutils gnu-sed gawk grep rename sphinx-doc
# adapted from https://stackoverflow.com/a/42878119
- run: brew link sphinx-doc --force
# 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
- run: echo $PATH
- run: ./ci/test_tidy.sh
test:
name: Tests
Expand Down

0 comments on commit 5012c1e

Please sign in to comment.