Skip to content

Commit

Permalink
Run test CI with podman 4.5
Browse files Browse the repository at this point in the history
Signed-off-by: xtex <[email protected]>
  • Loading branch information
xtexx committed Sep 10, 2023
1 parent 61c3826 commit 53056cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list
curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:unstable/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_kubic_libcontainers_unstable.gpg > /dev/null
sudo apt -y update
sudo apt -y install 'podman=4:4.4*'
sudo apt -y install 'podman=4:4.5*'
- name: Start podman
run: |
systemctl restart --user podman
Expand Down

0 comments on commit 53056cb

Please sign in to comment.