Skip to content

Commit

Permalink
Removed sudo from brew
Browse files Browse the repository at this point in the history
  • Loading branch information
cezmunsta committed Feb 1, 2024
1 parent 8f6fe81 commit fdc0310
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 @@ -30,7 +30,7 @@ jobs:
run: |
case "${{ runner.os }}" in
"macOS")
sudo brew install podman
brew install podman
echo "DOCKER_HOST=unix://$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}' >)" >> "$GITHUB_ENV"
;;
"Linux")
Expand Down

0 comments on commit fdc0310

Please sign in to comment.