Debug GitHub Actions /home/runner/.local/bin
It says this PATH dir does not exist
This commit is contained in:
parent
6c0552e182
commit
9fe4975733
3
Makefile
3
Makefile
@ -20,6 +20,9 @@ ci-static-analysis:
|
|||||||
golangci-lint run
|
golangci-lint run
|
||||||
|
|
||||||
ci-install-go-tools:
|
ci-install-go-tools:
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
mkdir -p ${HOME}/.local/bin
|
||||||
curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser
|
curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser
|
||||||
|
|
||||||
ci-install-ci-tools:
|
ci-install-ci-tools:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user