Skip to content

Commit

Permalink
Update configurator and add wasmtime
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 3477f7d commit 2f01eb8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/grain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ jobs:
grainbuild:
runs-on: ubuntu-latest
steps:
- uses: engineerd/configurator@v0.0.7
- uses: engineerd/configurator@v0.0.8
with:
name: "grain"
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
- 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"
pathInArchive: wasmtime
- uses: actions/checkout@v2
- name: Testing
run: |
grain --version
make test-unit
wasmtime --version
make test

0 comments on commit 2f01eb8

Please sign in to comment.