ci: do not install recommended packages when using apt

This commit is contained in:
sandroid 2026-04-09 19:36:37 +02:00
parent 8a6dc7cdb2
commit 318ecbc941
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -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