Skip to content

Commit

Permalink
fix: use brew bundle with -f option in macos workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx authored and ni4 committed Nov 26, 2024
1 parent 42f206c commit ac2c2dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ jobs:
- name: Install dependencies
run: |
rm -f '/usr/local/bin/2to3' '/usr/local/bin/2to3-3.12' '/usr/local/bin/idle3' '/usr/local/bin/idle3.12' \
'/usr/local/bin/pydoc3' '/usr/local/bin/pydoc3.12' '/usr/local/bin/python3' '/usr/local/bin/python3-config' \
'/usr/local/bin/python3.12' '/usr/local/bin/python3.12-config'
brew bundle
brew bundle -f
- name: Botan2 cache
id: cache
Expand Down

0 comments on commit ac2c2dd

Please sign in to comment.