Skip to content

Commit

Permalink
update config to update the new git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Apr 23, 2019
1 parent 5881f54 commit 7494e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
- run:
name: "Pull dependencies"
command: |
git clone [email protected]:wasmerio/wapm-cli.git
git submodule init
git submodule update --remote
- restore_cache:
keys:
- v8-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
Expand Down Expand Up @@ -220,7 +221,8 @@ jobs:
- run:
name: "Pull dependencies"
command: |
git clone [email protected]:wasmerio/wapm-cli.git
git submodule init
git submodule update --remote
- restore_cache:
keys:
- v8-cargo-cache-darwin-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}
Expand Down

0 comments on commit 7494e2c

Please sign in to comment.