From 318ecbc941f7cc161da3eb8d04966ac2782972ac Mon Sep 17 00:00:00 2001 From: sandroid Date: Thu, 9 Apr 2026 19:36:37 +0200 Subject: [PATCH] ci: do not install recommended packages when using apt --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 719e9db..14e93e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: elif [[ "${{ matrix.os }}" == ubuntu* ]]; then sudo apt-add-repository -y ppa:fish-shell/release-3 sudo apt -y update - sudo apt -y install zsh fish shellcheck + sudo apt -y install --no-install-recommends zsh fish shellcheck fi curl -s https://bashunit.typeddevs.com/install.sh | bash -s 0.31.0