From 0117e4d483c4f1ec0929213623d8bd3da873188b Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 12 Mar 2020 00:02:51 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5fb06d7..f6c43e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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