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

Commit 2f01eb8

Browse files
author
Radu M
committed
Update configurator and add wasmtime
Signed-off-by: Radu M <[email protected]>
1 parent 3477f7d commit 2f01eb8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/grain.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ jobs:
1010
grainbuild:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: engineerd/[email protected].7
13+
- uses: engineerd/[email protected].8
1414
with:
1515
name: "grain"
1616
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
17+
- uses: engineerd/[email protected]
18+
with:
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"
21+
pathInArchive: wasmtime
1722
- uses: actions/checkout@v2
1823
- name: Testing
1924
run: |
2025
grain --version
21-
make test-unit
26+
wasmtime --version
27+
make test

0 commit comments

Comments
 (0)