We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c09fad commit b784738Copy full SHA for b784738
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
elif [[ "${{ matrix.os }}" == ubuntu* ]]; then
38
sudo apt-add-repository -y ppa:fish-shell/release-3
39
sudo apt -y update
40
- sudo apt -y install zsh fish shellcheck
+ sudo apt -y install --no-install-recommends zsh fish shellcheck
41
fi
42
curl -s https://bashunit.typeddevs.com/install.sh | bash -s 0.31.0
43
0 commit comments