diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b93f6c7..bff70d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -286,7 +286,7 @@ jobs: if [ -f "/etc/debian_version" ] then apt-get -o Acquire::Retries=$NET_RETRY_COUNT update - apt-get -o Acquire::Retries=$NET_RETRY_COUNT dist-upgrade + apt-get -o Acquire::Retries=$NET_RETRY_COUNT dist-upgrade -y if [ "$(apt-cache search "^python-is-python3$" | wc -l)" -ne 0 ] then PYTHON_PACKAGE="python-is-python3" @@ -354,7 +354,7 @@ jobs: done fi sudo apt-get -o Acquire::Retries=$NET_RETRY_COUNT update - sudo apt-get -o Acquire::Retries=$NET_RETRY_COUNT dist-upgrade + sudo apt-get -o Acquire::Retries=$NET_RETRY_COUNT dist-upgrade -y sudo apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y ${{join(matrix.install, ' ')}} - name: Setup GCC Toolchain if: matrix.gcc_toolchain