Skip to content

Commit

Permalink
fix: workflow
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 a191829 commit 248e3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
go-version: 1.22
- name: Install Gno
working-directory: gnovm
with:
go-version: ${{ inputs.go-version }}
go-version: 1.22
run: go intsall .
- name: Go test
working-directory: gnovm
Expand Down

0 comments on commit 248e3dd

Please sign in to comment.