ci: use the latest podman
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ubuntu.yml
									
									
									
									
										vendored
									
									
								
							| @@ -70,7 +70,11 @@ jobs: | |||||||
|     - name: Install dependencies for tests |     - name: Install dependencies for tests | ||||||
|       run: | |       run: | | ||||||
|         sudo apt-get update |         sudo apt-get update | ||||||
|         sudo apt-get install qemu-system-x86 |         sudo apt-get install -y qemu-system-x86 | ||||||
|  |         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-get update | ||||||
|  |         sudo apt-get install -y podman | ||||||
|  |  | ||||||
|     - name: End-to-End Testing [${{ matrix.example.dir }}] |     - name: End-to-End Testing [${{ matrix.example.dir }}] | ||||||
|       run: | |       run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user