Skip to content

Commit 0017562

Browse files
committed
fix: build failing on macos
1 parent 15b1ad3 commit 0017562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
os: [windows-latest, ubuntu-latest, macos-latest]
1616

1717
steps:
18+
- name: Install Setuptools for Python
19+
run: pip3 install setuptools
20+
1821
- name: Check out Git repository
1922
uses: actions/checkout@v3
2023

0 commit comments

Comments
 (0)