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 \ \" \