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