Skip to content
Discussion options

You must be logged in to vote

i ended up adding the below snippet / step to my tests.yml file to resolve this issue.

    - name: sanatize homebrew-core tap
        run: |
          brew update-reset "$(brew --repository homebrew/core)" || true
          git -C "$(brew --repository homebrew/core)" clean -fd || true

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ipatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants