File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ jobs:
116116 steps :
117117 - name : Install podman
118118 run : |
119- echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_20 .04/ /' | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list
120- curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:testing/xUbuntu_20 .04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_kubic_libcontainers_testing.gpg > /dev/null
119+ echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_22 .04/ /' | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list
120+ curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:testing/xUbuntu_22 .04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_kubic_libcontainers_testing.gpg > /dev/null
121121 sudo apt update
122122 sudo apt install podman
123123
You can’t perform that action at this time.
0 commit comments