Skip to content

Commit

Permalink
No quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 10, 2024
1 parent 0b35abb commit 377d4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-engines-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
-e LIBZ_SYS_STATIC=1 \
-w /root/build \
-v \"$(pwd)\":/root/build \
-v \"$HOME\"/.cargo/bin:/root/cargo/bin" \
-v \"$HOME\"/.cargo/registry/index:/root/cargo/registry/index" \
-v \"$HOME\"/.cargo/registry/cache:/root/cargo/registry/cache" \
-v \"$HOME\"/.cargo/git/db:/root/cargo/git/db" \
-v \"$HOME\"/.cargo/bin:/root/cargo/bin \
-v \"$HOME\"/.cargo/registry/index:/root/cargo/registry/index \
-v \"$HOME\"/.cargo/registry/cache:/root/cargo/registry/cache \
-v \"$HOME\"/.cargo/git/db:/root/cargo/git/db \
$IMAGE \
bash -c \
\" \
Expand Down

0 comments on commit 377d4c1

Please sign in to comment.