Fixes fetching latest wapm

This commit is contained in:
Syrus Akbary 2019-05-16 14:23:43 -07:00 committed by GitHub
parent 7f41d57188
commit 14089fcf37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ jobs:
name: "Pull dependencies" name: "Pull dependencies"
command: | command: |
git submodule init git submodule init
git submodule update --remote git submodule update
- restore_cache: - restore_cache:
keys: keys:
- v8-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }} - v8-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}