Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent 321d17a826
commit 0117e4d483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,9 @@ jobs:
- name: Install Wasienv
run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh
- name: Install Wasmer
run: curl https://get.wasmer.io -sSfL | bash -s --version 0.15.0
env:
WASMER_RELEASE_TAG: "0.15.0"
run: curl https://get.wasmer.io -sSfL | sh
- name: Run CMake
run: |
source $HOME/.wasienv/wasienv.sh

Loading…
Cancel
Save