build: Replace xz with bzip2 and lzip for release tarballs

This commit is contained in:
mintsuki
2024-03-30 06:14:39 +01:00
parent 4d063c4d66
commit 477e8338ae
3 changed files with 8 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc
run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel gzip bzip2 lzip git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc
- name: Checkout code
uses: actions/checkout@v4