update
Some checks failed
/ autoupdate (push) Failing after 54s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-30 00:49:32 +03:00
parent f67ee26042
commit a3ca5ebb97

View File

@ -14,6 +14,6 @@ jobs:
- name: checkout - name: checkout
uses: https://gitea.com/actions/checkout@v3 uses: https://gitea.com/actions/checkout@v3
- name: get pkgdashcli - name: get pkgdashcli
run: GOBIN=/bin go get git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest run: GOBIN=/bin go install -x -v git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
- name: pkgdashcli check - name: pkgdashcli check
run: /bin/pkgdashcli check run: /bin/pkgdashcli check