mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
remove quotes (#1217)
This commit is contained in:
@@ -35,7 +35,7 @@ for cmd in rustup rustc rustdoc cargo rustfmt cargo-clippy bindgen cbindgen 'car
|
||||
done
|
||||
|
||||
# Cleanup Cargo cache
|
||||
rm -rf "${CARGO_HOME}/registry/*"
|
||||
rm -rf ${CARGO_HOME}/registry/*
|
||||
|
||||
# Update /etc/environemnt
|
||||
prependEtcEnvironmentPath "${CARGO_HOME}/bin"
|
||||
|
||||
Reference in New Issue
Block a user