mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Add --locked to allow installing cargo-all-features
This commit is contained in:
2
.github/workflows/python-build-test.yml
vendored
2
.github/workflows/python-build-test.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
components: clippy,rustfmt
|
components: clippy,rustfmt
|
||||||
toolchain: ${{ matrix.rust-version }}
|
toolchain: ${{ matrix.rust-version }}
|
||||||
- name: Install Rust dependencies
|
- name: Install Rust dependencies
|
||||||
run: cargo install cargo-all-features --version 1.11.0 # allows building/testing combinations of features
|
run: cargo install cargo-all-features --version 1.11.0 --locked # allows building/testing combinations of features
|
||||||
- name: Check License Headers
|
- name: Check License Headers
|
||||||
run: cd rust && cargo run --features dev-tools --bin file-header check-all
|
run: cd rust && cargo run --features dev-tools --bin file-header check-all
|
||||||
- name: Rust Build
|
- name: Rust Build
|
||||||
|
|||||||
Reference in New Issue
Block a user