diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index dcf23d14ae..3af33d3bb3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -589,7 +589,7 @@ jobs: - name: 'configure' run: | - [[ '${{ matrix.build.install_steps }}' = *'awslc'* ]] && sudo apt remove --yes libssl-dev + [[ '${{ matrix.build.install_steps }}' = *'awslc'* ]] && sudo apt-get -o Dpkg::Use-Pty=0 purge libssl-dev if [ -n '${{ matrix.build.PKG_CONFIG_PATH }}' ]; then export PKG_CONFIG_PATH="${{ matrix.build.PKG_CONFIG_PATH }}" fi