mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +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
|
done
|
||||||
|
|
||||||
# Cleanup Cargo cache
|
# Cleanup Cargo cache
|
||||||
rm -rf "${CARGO_HOME}/registry/*"
|
rm -rf ${CARGO_HOME}/registry/*
|
||||||
|
|
||||||
# Update /etc/environemnt
|
# Update /etc/environemnt
|
||||||
prependEtcEnvironmentPath "${CARGO_HOME}/bin"
|
prependEtcEnvironmentPath "${CARGO_HOME}/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user