Skip to content

Commit

Permalink
fix: Fixup the blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent b244338 commit f65385c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ RUN mkdir -p /artifacts

WORKDIR /builder/gst-wayland-display

RUN --mount=type=cache,target=/builder/target/ \
--mount=type=cache,target=/builder/plugin/ \
RUN --mount=type=cache,target=/builder/target/ \
--mount=type=cache,target=/builder/plugin/ \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
cargo cinstall --prefix=/builder/plugin/ && cp -r /builder/plugin/ /artifacts/
Expand Down

0 comments on commit f65385c

Please sign in to comment.