Skip to content

Commit

Permalink
Try to get github workflow green (hacky)
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Dec 11, 2024
1 parent ad5521f commit 8a28f56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
# by looking for formulas with three dashes is gross, but works.
- run: brew ls --formula | grep -- '-.*-.*-.*' | xargs brew uninstall -f

- run: brew test-bot --only-setup
#- run: brew test-bot --only-setup

- run: brew test-bot --only-tap-syntax
#- run: brew test-bot --only-tap-syntax

- run: brew unlink [email protected]; brew link --overwrite [email protected]

# https://github.com/crosstool-ng/crosstool-ng/issues/1477#issuecomment-998361621
- run: brew install --HEAD crosstool-ng
Expand Down

0 comments on commit 8a28f56

Please sign in to comment.