]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: hide progress bar in `apt remove`
authorViktor Szakats <commit@vsz.me>
Mon, 10 Feb 2025 01:50:06 +0000 (02:50 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 10 Feb 2025 04:15:42 +0000 (05:15 +0100)
Also switch to `apt-get` and drop redundant `--yes` for conistency with
other GHA scripts.

Follow-up to b13e9066b3dfd65ba8aadc336232ae7832ac687a #16127
Closes #16281

.github/workflows/linux.yml

index dcf23d14ae2faedec3e6230df2b1d5d3f380d748..3af33d3bb36bd5ad57a542f89887aab596f61922 100644 (file)
@@ -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