mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-07 15:34:08 -04:00
style(workflows): make consistent accross all repos
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user