Skip to content

Commit

Permalink
Update macOS preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
cezmunsta committed Feb 1, 2024
1 parent f83bfa2 commit 2a7432c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
case "${{ runner.os }}" in
"macOS")
brew install podman
podman machine init
podman machine start
echo "DOCKER_HOST=unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')" >> "$GITHUB_ENV"
;;
"Linux")
Expand Down

0 comments on commit 2a7432c

Please sign in to comment.