Skip to content

Commit

Permalink
macOs: install python3 distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 15, 2023
1 parent a6f9e40 commit 47f2d70
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 @@ -111,6 +111,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update && brew install nasm automake pkg-config
pip3 install distutils
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer"
xcrun --show-sdk-version
- name: Set up cache
Expand Down

0 comments on commit 47f2d70

Please sign in to comment.