Skip to content

Commit 760b079

Browse files
committed
Add installation of containernetworking-plugins instead netavark
1 parent 40d219d commit 760b079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash
3232
run: |
3333
DEBIAN_FRONTEND=noninteractive apt update -y
34-
DEBIAN_FRONTEND=noninteractive apt-get install -y conmon crun golang-github-containers-common netavark libgpgme11 libsubid4
34+
DEBIAN_FRONTEND=noninteractive apt-get install -y conmon crun golang-github-containers-common libgpgme11 libsubid4 containernetworking-plugins
3535
DEBIAN_FRONTEND=noninteractive apt update -y && apt upgrade -y buildah crun
3636
- name: Download necessary podman-5.4.2 .deb files from podman-compose-test-data repository
3737
if: matrix.podman-version == '5.4.2'

0 commit comments

Comments
 (0)