From 377d4c1d77ff8d53b458205db3191a4302a895ce Mon Sep 17 00:00:00 2001 From: Serhii Tatarintsev Date: Wed, 10 Jul 2024 12:35:37 +0200 Subject: [PATCH] No quotes --- .github/workflows/build-engines-linux-template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-engines-linux-template.yml b/.github/workflows/build-engines-linux-template.yml index 4da856dfbace..39179a9782ac 100644 --- a/.github/workflows/build-engines-linux-template.yml +++ b/.github/workflows/build-engines-linux-template.yml @@ -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 \ \" \