Skip to content

Commit

Permalink
fixed URL
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 9ba9f68 commit 87417c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/grain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
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.gz"
name: "wasmtime"
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
- name: Testing
run: |
wasmtime --version
grain --version
make test
make test

0 comments on commit 87417c6

Please sign in to comment.