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

Commit 9a5640a

Browse files
author
Radu M
authored
Merge pull request #4 from radu-matei/add-wasmtime
Add Wasmtime in GitHub Action
2 parents 3477f7d + 8a94d42 commit 9a5640a

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/configurator@v0.0.7
13+
- uses: engineerd/configurator@v0.0.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/configurator@v0.0.8
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"
21+
pathInArchive: "wasmtime-v0.27.0-x86_64-linux/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)