Skip to content

Commit 73af340

Browse files
Upgrade Ubuntu Podman packages in CI setup
1 parent 2f4024b commit 73af340

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/podman-setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ runs:
66
- name: Podman setup
77
shell: bash
88
run: |
9+
sudo apt-get update
10+
sudo apt-get install -y --only-upgrade podman golang-github-containers-common
11+
dpkg-query -W podman golang-github-containers-common
912
mkdir -p ~/.config/containers
1013
cat <<EOF > ~/.config/containers/containers.conf
1114
[engine]

0 commit comments

Comments
 (0)