We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d219d commit 760b079Copy full SHA for 760b079
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
shell: bash
32
run: |
33
DEBIAN_FRONTEND=noninteractive apt update -y
34
- DEBIAN_FRONTEND=noninteractive apt-get install -y conmon crun golang-github-containers-common netavark libgpgme11 libsubid4
+ DEBIAN_FRONTEND=noninteractive apt-get install -y conmon crun golang-github-containers-common libgpgme11 libsubid4 containernetworking-plugins
35
DEBIAN_FRONTEND=noninteractive apt update -y && apt upgrade -y buildah crun
36
- name: Download necessary podman-5.4.2 .deb files from podman-compose-test-data repository
37
if: matrix.podman-version == '5.4.2'
0 commit comments