Skip to content

Commit

Permalink
fix: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 31, 2024
1 parent 6d49172 commit 37424f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: 1.22
- name: Install Gno
working-directory: gnovm
run: go intsall -v ./cmd/gno
run: go install -v ./cmd/gno
- name: Go test
working-directory: gnovm
# use 0 for GOMAXPROCS
Expand Down

0 comments on commit 37424f8

Please sign in to comment.