Skip to content

Commit

Permalink
Fixed DOCKER_HOST for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cezmunsta committed Feb 1, 2024
1 parent 10f532a commit f83bfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
case "${{ runner.os }}" in
"macOS")
brew install podman
echo "DOCKER_HOST=unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}' >)" >> "$GITHUB_ENV"
echo "DOCKER_HOST=unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')" >> "$GITHUB_ENV"
;;
"Linux")
sudo apt update -qqy
Expand Down

0 comments on commit f83bfa2

Please sign in to comment.