From 4d19bf9139f9f510acc02cef8b95704faac54655 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Wed, 7 May 2025 18:33:36 +1000 Subject: [PATCH] Update outdated comment in detect-targets-ubuntu-arm-test in ci.yml Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9433ec54..3ac95670 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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