Skip to content

Commit e0b0364

Browse files
committed
Debug
1 parent 0575698 commit e0b0364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bashrc"
5151
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.profile"
5252
echo "export PATH="$HOME/.local/bin:$PATH"" >> "$HOME/.bash_profile"
53-
sudo echo "export PATH="$HOME/.local/bin:$PATH"" >> "/etc/profile"
53+
sudo echo "export PATH="$HOME/.local/bin:$PATH"" | sudo tee -a /etc/profile
5454
5555
echo BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK BREAK 1
5656
source "$HOME/.bashrc"

0 commit comments

Comments
 (0)