]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/configure-vs-cmake: reduce windows cross-toolchain apt installs
authorViktor Szakats <commit@vsz.me>
Mon, 6 Oct 2025 18:00:55 +0000 (20:00 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 6 Oct 2025 18:09:13 +0000 (20:09 +0200)
Download size: 277 MB -> 65 MB (installed: 1293 MB -> 401 MB)

Also as a workaround for Azure Ubuntu mirror slowdown issues:
https://github.com/curl/curl/actions/runs/18289326469/job/52072333582?pr=18866

Follow-up to 0455d8772a1af20ce63c46c5738582aa9b1b8441 #18509

Closes #18896

.github/workflows/configure-vs-cmake.yml

index 35f5290d1898847cb0341037475591f950ebc89b..5c35051f6a34b7a559a5f967c6c9625ff6b8462d 100644 (file)
@@ -131,7 +131,7 @@ jobs:
       - name: 'install packages'
         run: |
           sudo rm -f /var/lib/man-db/auto-update
-          sudo apt-get -o Dpkg::Use-Pty=0 install mingw-w64
+          sudo apt-get -o Dpkg::Use-Pty=0 install gcc-mingw-w64-x86-64-win32
 
       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
         with: