Update outdated comment in detect-targets-ubuntu-arm-test in ci.yml

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-05-07 18:33:36 +10:00 committed by GitHub
parent cfaf0e6080
commit 4d19bf9139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,7 +287,7 @@ jobs:
set -euxo pipefail
output="$(cargo run --features cli-logging --bin detect-targets)"
[ "$output" = "$(printf 'aarch64-unknown-linux-gnu\naarch64-unknown-linux-musl')" ]
# Set working directory here, otherwise `cargo-zigbuild` would download
# Set working directory here, otherwise `cargo` would download
# and build quite a few unused dependencies.
working-directory: crates/detect-targets