Skip to content

Commit

Permalink
Upgrade homebrew in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Dec 7, 2023
1 parent a11d7af commit ddb91f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Upgrade homebrew
run: |
brew update
brew unlink node@18 || echo "nod@18 no such keg"
brew unlink [email protected] || echo "[email protected] no such keg"
brew upgrade
- name: Install llvm
run: |
brew install llvm
Expand Down

0 comments on commit ddb91f6

Please sign in to comment.