mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
ci: do not install recommended packages when using apt
This commit is contained in:
parent
8a6dc7cdb2
commit
318ecbc941
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue