diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae89b58..0df4cea 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