Skip to content

Commit

Permalink
Fixed MaxOS 13 python update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 17, 2024
1 parent a1dcbab commit 8fe8b89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
echo "CRYPTO_BACKEND=openssl" >> $GITHUB_ENV
- name: Install dependencies
run: brew bundle
run: |
rm -f '/usr/local/bin/2to3'
brew bundle
- name: Botan2 cache
id: cache
Expand Down

0 comments on commit 8fe8b89

Please sign in to comment.