mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Add ~/.cargo/bin to PATH
This commit is contained in:
@@ -8,6 +8,7 @@ cache: cargo
|
||||
before_script:
|
||||
- (cargo install rustfmt || true)
|
||||
- (cargo install xargo || true)
|
||||
- PATH=$PATH:~/.cargo/bin
|
||||
|
||||
sudo: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user