Skip to content

Commit

Permalink
try upgrading python3
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbell committed Oct 20, 2023
1 parent 07a2da6 commit bb8291c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ jobs:
steps:
- name: Update Homebrew
run: brew update
- name: Update Python
run: brew upgrade python3
- name: Install LLVM
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install --force llvm@${{ matrix.version }}
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.version }}
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit bb8291c

Please sign in to comment.