mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
ci: bump installed tools from cargo (#1532)
This commit is contained in:
parent
b58d982a31
commit
9379c03595
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_releases.yml
vendored
2
.github/workflows/build_releases.yml
vendored
|
@ -383,7 +383,7 @@ jobs:
|
|||
env:
|
||||
BTM_GENERATE: true
|
||||
run: |
|
||||
cargo install cargo-deb --version 2.2.0 --locked
|
||||
cargo install cargo-deb --version 2.5.1 --locked
|
||||
cargo deb --no-build --target ${{ matrix.info.target }}
|
||||
cp ./target/${{ matrix.info.target }}/debian/bottom_*.deb .
|
||||
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Install cargo-llvm-cov
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
cargo install cargo-llvm-cov --version 0.6.10 --locked
|
||||
cargo install cargo-llvm-cov --version 0.6.11 --locked
|
||||
|
||||
- name: Generate code coverage
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue