Skip to content

Commit

Permalink
GitHub actions: install python3 on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov committed Dec 11, 2023
1 parent 8e28b51 commit 8907196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
brew install boost || true
brew install macfuse || true
brew install go || true
brew install python3 || true
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8907196

Please sign in to comment.