Skip to content

Commit

Permalink
fix macos build tools?
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 19, 2024
1 parent 57db2a8 commit 8eadd8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
# Set registry to NPM instead of github packages for publication
registry-url: 'https://registry.npmjs.org'
node-version: 14
- name: Setup macos Dependencies
if: startsWith(matrix.os, 'macos')
run: |
pip install --upgrade setuptools
- name: Setup Linux Dependencies
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 8eadd8d

Please sign in to comment.