fix: Fix typo in print_cpu command name

pull/24376/head
Marko Mikulicic 2021-07-26 17:55:52 +02:00
parent 4def5bd816
commit 16f867272d
No known key found for this signature in database
GPG Key ID: D02A41F91A687DB3
1 changed files with 1 additions and 1 deletions

View File

@ -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"