Skip to content

Commit

Permalink
fix: Remove repo caching
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent 9c4e77b commit ed4b90b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit ed4b90b

Please sign in to comment.