Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 87417c6

Browse files
committed
fixed URL
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
1 parent 9ba9f68 commit 87417c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/grain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
1717
- uses: engineerd/configurator@v0.0.7
1818
with:
19-
name: "grain"
20-
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.gz"
19+
name: "wasmtime"
20+
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
2121
- name: Testing
2222
run: |
2323
wasmtime --version
2424
grain --version
25-
make test
25+
make test

0 commit comments

Comments
 (0)