Skip to content

Commit

Permalink
fix examples CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Oct 26, 2023
1 parent d4db3af commit 41a602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
go-version: ${{ matrix.goversion }}
- run: go install -v ./gnovm/cmd/gno
- run: go run ./gnovm/cmd/gno precompile --verbose --build ./examples
- run: go run ./gnovm/cmd/gno precompile --verbose --gobuild ./examples
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit 41a602d

Please sign in to comment.