From 205e9981a45730e9dd710617799d6309e6dcc46e Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Fri, 5 Dec 2025 10:22:13 -0800 Subject: [PATCH] Add installation for coreutils on x86_64 target for stty comparison tests --- .github/workflows/CICD.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index d3e3161b11c..61a0a0fec86 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -722,6 +722,10 @@ jobs: sudo apt-get -y update sudo apt-get -y install gcc-arm-linux-gnueabihf ;; + x86_64-unknown-linux-musl) + sudo apt-get -y update + sudo apt-get -y install coreutils + ;; aarch64-unknown-linux-*) sudo apt-get -y update sudo apt-get -y install gcc-aarch64-linux-gnu