mirror of
https://github.com/ru-de/faq.git
synced 2024-11-09 12:11:02 +00:00
fix go install
This commit is contained in:
parent
f779c29436
commit
23fe621838
@ -32,10 +32,10 @@ done
|
||||
echo "SET UTF-8" >> /tmp/dictionary.aff
|
||||
mv /tmp/dictionary.* /usr/share/hunspell
|
||||
|
||||
go get -u github.com/ewgRa/ci-utils/cmd/diff_liner
|
||||
go get -u github.com/ewgRa/ci-utils/cmd/hunspell_parser
|
||||
go get -u github.com/ewgRa/ci-utils/cmd/github_comments_diff
|
||||
go get -u github.com/ewgRa/ci-utils/cmd/github_comments_send
|
||||
go install github.com/ewgRa/ci-utils/cmd/diff_liner@latest
|
||||
go install github.com/ewgRa/ci-utils/cmd/hunspell_parser@latest
|
||||
go install github.com/ewgRa/ci-utils/cmd/github_comments_diff@latest
|
||||
go install github.com/ewgRa/ci-utils/cmd/github_comments_send@latest
|
||||
|
||||
cd $DIR/go
|
||||
go build -o /tmp/check_spell check_spell/main.go
|
||||
|
Loading…
Reference in New Issue
Block a user