Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 25, 2024
1 parent 4faad4a commit b2e7e5c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

- name: Setup distutils Linux
if: matrix.os == 'ubuntu-latest'
- name: Setup distutils
if: matrix.os != 'windows-latest'
run: sudo -H pip install setuptools

- name: Setup distutils MacOS
if: matrix.os == 'macos-12'
run: brew install python-setuptools

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit b2e7e5c

Please sign in to comment.