diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 719e9db..14e93e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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