mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Update before install
This commit is contained in:
parent
cc546254d7
commit
70313bde97
@ -57,7 +57,9 @@ jobs:
|
|||||||
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
||||||
- run:
|
- run:
|
||||||
name: Install libusb
|
name: Install libusb
|
||||||
command: sudo apt-get install libusb-1.0-0-dev
|
command: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libusb-1.0-0-dev
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: yarn install --immutable --immutable-cache --check-cache
|
command: yarn install --immutable --immutable-cache --check-cache
|
||||||
@ -552,7 +554,9 @@ jobs:
|
|||||||
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
||||||
- run:
|
- run:
|
||||||
name: Install libusb
|
name: Install libusb
|
||||||
command: sudo apt-get install libusb-1.0-0-dev
|
command: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libusb-1.0-0-dev
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: yarn install --immutable --immutable-cache --check-cache
|
command: yarn install --immutable --immutable-cache --check-cache
|
||||||
@ -607,7 +611,9 @@ jobs:
|
|||||||
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
command: git version; git-lfs --version; echo "node $(node --version)"; echo "yarn $(yarn --version)"
|
||||||
- run:
|
- run:
|
||||||
name: Install libusb
|
name: Install libusb
|
||||||
command: sudo apt-get install libusb-1.0-0-dev
|
command: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install libusb-1.0-0-dev
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: yarn install --immutable --immutable-cache --check-cache
|
command: yarn install --immutable --immutable-cache --check-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user