From ed4b90b51be1a4c0660b9e43eb1fbd915fbd1981 Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Tue, 10 Dec 2024 15:07:22 +0300 Subject: [PATCH] fix: Remove repo caching --- containers/runner.Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/containers/runner.Containerfile b/containers/runner.Containerfile index 32bbd3ac..4f923544 100644 --- a/containers/runner.Containerfile +++ b/containers/runner.Containerfile @@ -43,8 +43,7 @@ RUN --mount=type=cache,target=/builder/target/ \ cargo install cargo-c # Clone gst plugin source # -RUN --mount=type=cache,target=/builder/gst-wayland-display/ \ - git clone https://github.com/games-on-whales/gst-wayland-display.git +RUN git clone https://github.com/games-on-whales/gst-wayland-display.git # Build gst plugin # RUN mkdir plugin && \