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 30, 2023
1 parent 5aa154c commit 7a05943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ runs:
set -ex
sudo apt-get update
sudo apt-get install -y podman docker-compose
# Workaround https://github.com/actions/runner-images/issues/7753
curl -O http://archive.ubuntu.com/ubuntu/pool/universe/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-1_amd64.deb
sudo dpkg -i containernetworking-plugins_1.1.1+ds1-1_amd64.deb
rm --force containernetworking-plugins_1.1.1+ds1-1_amd64.deb
sudo systemctl enable --now podman.socket
- name: Checkout sssd-ci-containers repository
Expand Down

0 comments on commit 7a05943

Please sign in to comment.