mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Update PATH environment variable to add .dotnet and php composer default folder (#477)
* Add environment variables for .dotnet and php comopser * update rust.sh comments
This commit is contained in:
committed by
GitHub
parent
080ee6e69a
commit
3145274036
@@ -14,8 +14,7 @@ export CARGO_HOME=/usr/share/rust/.cargo
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
|
||||
# Add Cargo and Rust binaries to the machine path
|
||||
echo "PATH=${CARGO_HOME}/bin:$PATH" | tee -a /etc/environment
|
||||
# Initialize environment variables
|
||||
source $CARGO_HOME/env
|
||||
|
||||
# Install common tools
|
||||
|
||||
Reference in New Issue
Block a user