mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Try to fix the command execution
This commit is contained in:
parent
1766222299
commit
e8ce4603b1
@ -6,6 +6,8 @@ curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/bootstrap.sh -o b
|
||||
bash -e bootstrap.sh -d
|
||||
# Update the Rust toolchain
|
||||
rustup update || true
|
||||
# Change the active directory to the root of the build system
|
||||
cd ..
|
||||
# Update the build system source and submodules
|
||||
make pull
|
||||
# Update the relibc folder timestamp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user