extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent d9b64db9de
commit 17285d6323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,9 +95,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install wasienv
- name: Install Wasienv
run: curl https://raw.githubusercontent.com/wasienv/wasienv/master/install.sh | sh
- name: Install wasmer
- name: Install Wasmer
run: curl https://get.wasmer.io -sSfL | sh
- name: Run CMake
env:
@ -113,6 +113,6 @@ jobs:
- name: Run spec tests
continue-on-error: true
run: |
export PATH="$HOME/.wasmer/bin:$PATH"
source $HOME/.wasmer/wasmer.sh
cd test
./run-spec-test.py --exec "wasmer ../build-wasi/wasm3.wasm"

Loading…
Cancel
Save