Skip to content

Commit

Permalink
Fix Wasmtime URL
Browse files Browse the repository at this point in the history
Signed-off-by: Radu M <root@radu.sh>
  • Loading branch information
Radu M committed Jun 4, 2021
1 parent 2f01eb8 commit f3ef883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: engineerd/configurator@v0.0.8
with:
name: "wasmtime"
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz"
pathInArchive: wasmtime
- uses: actions/checkout@v2
- name: Testing
Expand Down

0 comments on commit f3ef883

Please sign in to comment.