Skip to content

Commit

Permalink
actions: do not install packages in setup
Browse files Browse the repository at this point in the history
There is a regression in podman that fails to create networks. The
workaround is to avoid update of the podman package. We can skip
the installation since both podman and docker-compose are available
in the base image.

See: actions/runner-images#7753
  • Loading branch information
pbrezina committed Jun 21, 2023
1 parent 5aa154c commit 515b1ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ runs:
shell: bash
run: |
set -ex
sudo apt-get update
sudo apt-get install -y podman docker-compose
sudo systemctl enable --now podman.socket
- name: Checkout sssd-ci-containers repository
Expand Down

0 comments on commit 515b1ce

Please sign in to comment.