Try fix ci

This commit is contained in:
Quine Global 2026-01-04 04:44:27 -05:00
parent 9969564468
commit 6c4ed0a7f0
2 changed files with 7 additions and 6 deletions

View file

@ -101,7 +101,8 @@ jobs:
run: | run: |
# Install qemu-user-static # Install qemu-user-static
sudo apt-get update sudo apt-get update
sudo apt-get install -y qemu-user-static sudo apt-get install -y qemu-user-static binfmt-support
# Download and install binfmt configurations # Download and install binfmt configurations
wget https://github.com/qemu/qemu/raw/master/scripts/qemu-binfmt-conf.sh wget https://github.com/qemu/qemu/raw/master/scripts/qemu-binfmt-conf.sh

View file

@ -88,7 +88,7 @@ jobs:
run: | run: |
# Install qemu-user-static # Install qemu-user-static
sudo apt-get update sudo apt-get update
sudo apt-get install -y qemu-user-static sudo apt-get install -y qemu-user-static binfmt-support
# Download and install binfmt configurations # Download and install binfmt configurations
wget https://github.com/qemu/qemu/raw/master/scripts/qemu-binfmt-conf.sh wget https://github.com/qemu/qemu/raw/master/scripts/qemu-binfmt-conf.sh