Skip to content

Commit

Permalink
fix wasmtime install
Browse files Browse the repository at this point in the history
  • Loading branch information
JanProvaznik committed Jul 2, 2024
1 parent b5f4f53 commit 04bc06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: install standalone wasmtime
run: |
curl https://wasmtime.dev/install.sh -sSf | bash
echo "::add-path::$HOME/.wasmtime/bin"
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
export PATH=$HOME/.wasmtime/bin:$PATH
wasmtime --version
- name: build MSBuild for unit test .dll
run: ./msbuild/build.sh
Expand Down

0 comments on commit 04bc06c

Please sign in to comment.