Skip to content

Commit

Permalink
Add build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed Nov 18, 2024
1 parent be1f983 commit f9c33bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y make python3 g++ pkg-config
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install make pkg-config pipx
pipx install distutils
brew install python-setuptools
elif [ "$RUNNER_OS" == "Windows" ]; then
npm install --global --production windows-build-tools
fi
Expand Down

0 comments on commit f9c33bd

Please sign in to comment.