Skip to content

Commit

Permalink
github: another attempt at adding ~/go/bin to system path (#14640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Dec 11, 2024
2 parents b0c8364 + 3873d25 commit 2a58a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lp-snap-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ runs:
# Update system PATH to add ~/go/bin if needed
echo "${PATH}"
if ! echo "${PATH}" | grep -F go/bin; then
if ! echo "${PATH}" | grep -qF '/go/bin:'; then
echo "$(go env GOPATH)/bin" >> "${GITHUB_PATH}"
fi

0 comments on commit 2a58a8e

Please sign in to comment.