Skip to content

Commit

Permalink
ci: restart podman socket during setup
Browse files Browse the repository at this point in the history
Same as d6500ea just for PR CI.

Fixes an issue where 'systemctl enable --now podman.socket' fails
during container setup.

+ sudo systemctl enable --now podman.socket
Job failed. See "journalctl -xe" for details.

systemd[1]: Failed to listen on Podman API Socket.
systemd[1]: podman.socket: Socket service podman.service already active, refusing.
  • Loading branch information
pbrezina committed Jan 8, 2024
1 parent 32cd68e commit 9e57499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ runs:
- name: Enable podman socket
shell: bash
run: |
sudo systemctl enable --now podman.socket
sudo systemctl enable podman.socket
sudo systemctl restart podman.socket

0 comments on commit 9e57499

Please sign in to comment.