Skip to content

Commit

Permalink
actions: workaround regression in podman
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Jun 22, 2023
1 parent 5aa154c commit a5e34e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ runs:
run: |
set -ex
sudo apt-get update
sudo apt-get install -y podman docker-compose
sudo apt-get install -y docker-compose
sudo apt install podman=3.4.4+ds1-1ubuntu1 --allow-downgrades
sudo systemctl enable --now podman.socket
- name: Checkout sssd-ci-containers repository
Expand Down

0 comments on commit a5e34e3

Please sign in to comment.