ci: do not install recommended packages when using apt (#513)

This commit is contained in:
sandroid 2026-04-12 22:16:39 +02:00 committed by GitHub
parent 3c09fad398
commit b784738a3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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