Skip to content

Commit

Permalink
fetch wasmtime
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
  • Loading branch information
technosophos committed Jun 4, 2021
1 parent 31aadc7 commit f4514f1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/grain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Grain

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
grainbuild:
runs-on: ubuntu-latest
steps:
- uses: engineerd/configurator@v0.0.7
with:
name: "grain"
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
- uses: engineerd/configurator@v0.0.7
with:
name: "grain"
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz"
- name: Testing
run: |
wasmtime --version
grain --version
make test

0 comments on commit f4514f1

Please sign in to comment.