mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Try fix ci
This commit is contained in:
parent
9969564468
commit
6c4ed0a7f0
2 changed files with 7 additions and 6 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue