mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
6 lines
256 B
Bash
6 lines
256 B
Bash
#!/bin/bash
|
|
|
|
CARGO_HOME=/usr/share/rust/.cargo
|
|
DOTNET_TOOLS_HOME=/home/runner/.dotnet/tools
|
|
PHP_COMPOSER_HOME=/home/runner/.config/composer/vendor/bin
|
|
echo "PATH=${CARGO_HOME}/bin:${PATH}:${DOTNET_TOOLS_HOME}:${PHP_COMPOSER_HOME}" | tee -a /etc/environment |