pin wapm version

This commit is contained in:
Mackenzie Clark 2019-04-23 12:06:55 -07:00
parent 64034f4047
commit f2130fc227

View File

@ -153,7 +153,7 @@ jobs:
- run:
name: "Pull dependencies"
command: |
git clone git@github.com:wasmerio/wapm-cli.git
git clone --branch v0.1.0 --depth 1 https://github.com/wasmerio/wapm-cli
- restore_cache:
keys:
- v8-cargo-cache-linux-nightly-{{ arch }}-{{ checksum "Cargo.lock" }}