diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5554da9fe..bd2a6663e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -334,10 +334,10 @@ jobs: toolchain: stable target: wasm32-wasi override: true + - name: Setup Wasmer + uses: wasmerio/setup-wasmer@v1 - name: Install clang run: sudo apt-get update && sudo apt-get install clang -y - - name: install wasmer - run: curl https://get.wasmer.io -sSfL | sh && source /home/runner/.wasmer/wasmer.sh - name: Cache cargo dependencies uses: actions/cache@v2 with: