From 3f722998efab290f63721744b6aa43faacf9b683 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:43:11 +0900 Subject: [PATCH] CICD: Hot fix for permission error on Windows --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 65af260d5ce..4a8985e1067 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1264,7 +1264,7 @@ jobs: for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION}) do echo "Building and testing $f" - cargo test -p "uu_$f" -p coreutils --features=$f --no-default-features + cargo test -p "uu_$f" --features=$f --no-default-features done test_selinux: