Toolchain: Fix GDB (#686)
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# A hack for GitHub Actions to not install Rust twice
|
||||
if [ "$HOME" != "/root" ]; then
|
||||
ln -sf /root/.rustup "$HOME/.rustup"
|
||||
ln -sf /root/.cargo "$HOME/.cargo"
|
||||
fi
|
||||
|
||||
PATH="$HOME/.cargo/bin:${PATH}"
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
bash
|
||||
else
|
||||
|
Reference in New Issue
Block a user