From 89fa6fbf83c4be8e2394b456166c228c58428ea6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 5 Mar 2023 23:28:09 +0100 Subject: Fix unit tests --- podman/debian-testenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'podman/debian-testenv') diff --git a/podman/debian-testenv b/podman/debian-testenv index 544b3f2..f01b887 100644 --- a/podman/debian-testenv +++ b/podman/debian-testenv @@ -7,5 +7,5 @@ RUN env DEBIAN_FRONTEND=noninteractive apt install -y libopencv-dev libpugixml-d RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y RUN sh -c '. ~/.cargo/env && rustup install stable' RUN sh -c '. ~/.cargo/env && rustup default stable' -RUN sh -c '. ~/.cargo/env && cargo install usvg' +RUN sh -c '. ~/.cargo/env && cargo install resvg' -- cgit