From 3fb5035161af63fa6b8a2a0623a8a86d21824d50 Mon Sep 17 00:00:00 2001 From: Esteban Abaroa Date: Sat, 16 Dec 2023 16:53:20 +0000 Subject: [PATCH] style(workflows): make consistent accross all repos --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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