Skip to content

Commit

Permalink
Fix yacc command
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Dec 29, 2024
1 parent 81f1fda commit f0f93ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
before:
hooks:
- go install golang.org/x/tools/cmd/goyacc@latest
- go yacc -o filter_parser.go filter_parser.y
- goyacc -o filter_parser.go filter_parser.y
- rm y.output
- go mod download

Expand Down

0 comments on commit f0f93ee

Please sign in to comment.