mirror of
https://github.com/ru-de/faq.git
synced 2024-11-12 21:51:01 +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
|
echo "SET UTF-8" >> /tmp/dictionary.aff
|
||||||
mv /tmp/dictionary.* /usr/share/hunspell
|
mv /tmp/dictionary.* /usr/share/hunspell
|
||||||
|
|
||||||
go get -u github.com/ewgRa/ci-utils/cmd/diff_liner
|
go install github.com/ewgRa/ci-utils/cmd/diff_liner@latest
|
||||||
go get -u github.com/ewgRa/ci-utils/cmd/hunspell_parser
|
go install github.com/ewgRa/ci-utils/cmd/hunspell_parser@latest
|
||||||
go get -u github.com/ewgRa/ci-utils/cmd/github_comments_diff
|
go install github.com/ewgRa/ci-utils/cmd/github_comments_diff@latest
|
||||||
go get -u github.com/ewgRa/ci-utils/cmd/github_comments_send
|
go install github.com/ewgRa/ci-utils/cmd/github_comments_send@latest
|
||||||
|
|
||||||
cd $DIR/go
|
cd $DIR/go
|
||||||
go build -o /tmp/check_spell check_spell/main.go
|
go build -o /tmp/check_spell check_spell/main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user