mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Use cargo-update-installed instead of cargo-update (#491)
This commit is contained in:
committed by
GitHub
parent
92c27c6545
commit
070e81964e
@@ -36,10 +36,10 @@ install:
|
||||
|
||||
before_script:
|
||||
- rustup component add rust-src
|
||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||
- (test -x $HOME/.cargo/bin/cargo-update-installed || cargo install cargo-update-installed)
|
||||
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
|
||||
- (test -x $HOME/.cargo/bin/bootimage || cargo install bootimage)
|
||||
- cargo install-update -a
|
||||
- cargo update-installed
|
||||
|
||||
script:
|
||||
- bootimage build
|
||||
|
||||
Reference in New Issue
Block a user