Skip to content

Commit b784738

Browse files
authored
ci: do not install recommended packages when using apt (#513)
1 parent 3c09fad commit b784738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
elif [[ "${{ matrix.os }}" == ubuntu* ]]; then
3838
sudo apt-add-repository -y ppa:fish-shell/release-3
3939
sudo apt -y update
40-
sudo apt -y install zsh fish shellcheck
40+
sudo apt -y install --no-install-recommends zsh fish shellcheck
4141
fi
4242
curl -s https://bashunit.typeddevs.com/install.sh | bash -s 0.31.0
4343

0 commit comments

Comments
 (0)