Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent 38126db293
commit aecaa2c6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,11 +125,9 @@ jobs:
python3 -m pip install pip==20.1.1
python3 -m pip install --upgrade setuptools wheel
pip3 --version
- name: Install Wasmer
- name: Install Wasienv
env:
WASMER_RELEASE_TAG: "0.17.1"
run: curl https://get.wasmer.io -sSfL | sh
- name: Install Wasienv
run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh
- name: Configure
run: |

Loading…
Cancel
Save