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

Commit f4514f1

Browse files
committed
fetch wasmtime
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
1 parent 31aadc7 commit f4514f1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/grain.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Grain
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
grainbuild:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: engineerd/configurator@v0.0.7
14+
with:
15+
name: "grain"
16+
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
17+
- uses: engineerd/configurator@v0.0.7
18+
with:
19+
name: "grain"
20+
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz"
21+
- name: Testing
22+
run: |
23+
wasmtime --version
24+
grain --version
25+
make test

0 commit comments

Comments
 (0)