qBittorrent/.github/workflows
Chocobo1 bcfa251290
GHA CI: speed up boost installation
Here is some benchmark for various archive formats:
```
gz
  0m11.384s
  0m11.495s
  0m11.193s

zip
  0m14.159s
  0m14.416s
  0m13.917s

7z
  0m17.569s
  0m17.295s
  0m18.496s

bz2
  0m31.519s
  0m28.885s
  0m29.510s
```

Looking by compressed size, bz2 is the best. However its decompressing
speed is the slowest. bz2 and gz file size only differs by ~20MB
and this difference is neglectable given the network speed on
Github. So switch to gz format to speed up CI build time.

PR #19867.
2023-11-06 14:10:51 +08:00
..
helper GHA CI: add spelling check (typos) 2023-06-26 16:45:41 +08:00
ci_file_health.yaml GHA CI: bump versions 2023-09-07 15:30:01 +08:00
ci_macos.yaml GHA CI: speed up boost installation 2023-11-06 14:10:51 +08:00
ci_ubuntu.yaml GHA CI: speed up boost installation 2023-11-06 14:10:51 +08:00
ci_webui.yaml GHA CI: Bump github actions versions 2023-11-05 13:31:06 +08:00
ci_windows.yaml GHA CI: speed up boost installation 2023-11-06 14:10:51 +08:00
coverity-scan.yaml GHA CI: bump versions 2023-09-07 15:30:01 +08:00
stale_bot.yaml Bump various action versions 2023-04-24 13:18:17 +08:00