Debug GitHub Actions /home/runner/.local/bin

It says this PATH dir does not exist
This commit is contained in:
Anatoli Babenia 2023-07-06 06:58:24 +03:00 committed by GitHub
parent 6c0552e182
commit 9fe4975733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ ci-static-analysis:
golangci-lint run
ci-install-go-tools:
pwd
ls -la
mkdir -p ${HOME}/.local/bin
curl -sfL https://goreleaser.com/static/run > ${HOME}/.local/bin/goreleaser
ci-install-ci-tools: