1
0
Fork 0
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:
Andrew Simachev 2024-04-23 16:29:54 +02:00
parent 25f362b39b
commit 0ba73c2781
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -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