mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
update config to update the new git submodule
This commit is contained in:
parent
5881f54682
commit
7494e2c8f2
@ -153,7 +153,8 @@ jobs:
|
||||
- run:
|
||||
name: "Pull dependencies"
|
||||
command: |
|
||||
git clone git@github.com:wasmerio/wapm-cli.git
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v8-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
@ -220,7 +221,8 @@ jobs:
|
||||
- run:
|
||||
name: "Pull dependencies"
|
||||
command: |
|
||||
git clone git@github.com:wasmerio/wapm-cli.git
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user