diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2023-09-24 15:54:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 08:54:59 +0100 |
| commit | 6c0781c1577ea67b9c2574fc13292dc0558653a8 (patch) | |
| tree | 3f7a5256458489369051b6648a7453e34014144e | |
| parent | bf6c6498aafa2a4c1411c46621299aa62022d8de (diff) | |
| download | box64-6c0781c1577ea67b9c2574fc13292dc0558653a8.tar.gz box64-6c0781c1577ea67b9c2574fc13292dc0558653a8.zip | |
[CI] Use qemu snapshots from archlinux archive (#987)
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42fa0435..62b558e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: run: | if [[ ${{ matrix.platform }} != 'X64' && ${{ matrix.platform }} != 'ANDROID' ]]; then mkdir qemu8.1.0 - wget -O- -q https://london.mirror.pkgbuild.com/extra/os/x86_64/qemu-user-static-8.1.0-2-x86_64.pkg.tar.zst | tar -I zstd -C qemu8.1.0 -xf - + wget -O- -q https://archive.archlinux.org/packages/q/qemu-user-static/qemu-user-static-8.1.0-2-x86_64.pkg.tar.zst | tar -I zstd -C qemu8.1.0 -xf - sudo cp qemu8.1.0/usr/bin/* /usr/bin/ fi |