From 9fe4975733e264ac720a1d898e9bf3aea8507bf7 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 6 Jul 2023 06:58:24 +0300 Subject: [PATCH] Debug GitHub Actions /home/runner/.local/bin It says this PATH dir does not exist --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 127c0e4..f59cc70 100644 --- a/Makefile +++ b/Makefile @@ -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: