mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix setuptools in build
This commit is contained in:
parent
25f362b39b
commit
0ba73c2781
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- name: Setup distutils
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: sudo -H pip install setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue