mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Run go mod tidy (#1220)
... and ensure it's run after installing gocc, to avoid recording a (fake) dependency on gocc. Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
6aa8812837
commit
3b1280d6b5
3 changed files with 1 additions and 28 deletions
|
|
@ -29,6 +29,7 @@ fi
|
|||
|
||||
# Build the bin/gocc executable:
|
||||
go install github.com/goccmack/gocc
|
||||
go mod tidy
|
||||
bingocc="$HOME/go/bin/gocc"
|
||||
if [ ! -x "$bingocc" ]; then
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue