Skip to content

Commit

Permalink
Merge pull request #366 from Waaiez/fix-failing-macos-build
Browse files Browse the repository at this point in the history
fix: build failing on macos
  • Loading branch information
ThaUnknown authored Nov 10, 2023
2 parents 15b1ad3 + 0017562 commit a42021f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]

steps:
- name: Install Setuptools for Python
run: pip3 install setuptools

- name: Check out Git repository
uses: actions/checkout@v3

Expand Down

0 comments on commit a42021f

Please sign in to comment.