Skip to content

Commit

Permalink
add installed wasmtime to GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
acfoltzer committed May 27, 2023
1 parent f74e05e commit 403f845
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
- name: Install Wasmtime
run: curl https://wasmtime.dev/install.sh -sSf | bash

- name: Add Wasmtime to path
run: echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH

- name: Install wasm32-wasi target
run: rustup target add wasm32-wasi

Expand Down

0 comments on commit 403f845

Please sign in to comment.