chore(workflows): fix github actions mac version missing dep

This commit is contained in:
Esteban Abaroa
2023-12-16 16:54:11 +00:00
parent 9dd2e3ce73
commit 3dd2894295
+5
View File
@@ -52,6 +52,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
# install missing dep for sqlite
- run: python3 -m ensurepip
- run: pip install setuptools
- run: yarn install --frozen-lockfile
# make sure the ipfs executable is executable
- run: node electron/download-ipfs && sudo chmod +x bin/mac/ipfs