diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90ee8146..f122c235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,10 +52,11 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 - # install missing dep for sqlite3 + + # 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