mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +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)"
|
||||
- run:
|
||||
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:
|
||||
name: Install Dependencies
|
||||
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)"
|
||||
- run:
|
||||
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:
|
||||
name: Install Dependencies
|
||||
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)"
|
||||
- run:
|
||||
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:
|
||||
name: Install Dependencies
|
||||
command: yarn install --immutable --immutable-cache --check-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user