fix: Fix typo in print_cpu command name
parent
4def5bd816
commit
16f867272d
|
@ -247,7 +247,7 @@ jobs:
|
|||
- cache_restore
|
||||
- run:
|
||||
name: Print rustc target CPU options
|
||||
command: cargo build --release --features="aws,gcp,azure" --bin print_cpus
|
||||
command: cargo build --release --features="aws,gcp,azure" --bin print_cpu
|
||||
- run:
|
||||
name: Cargo release build with target arch set for CRoaring
|
||||
command: ROARING_ARCH=x86-64 cargo build --release --features="aws,gcp,azure"
|
||||
|
|
Loading…
Reference in New Issue