Skip to content

Commit

Permalink
Manually install qemu stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Oct 10, 2024
1 parent d18da8a commit 2444d4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ jobs:
mkdir ./amalgam
tar -xvf ./amalgam-${{ inputs.version }}-linux-arm64.tar.gz -C ./amalgam
- name: Install qemu-user-static
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Smoke test
uses: pguyot/arm-runner-action@v2
with:
Expand Down Expand Up @@ -291,6 +296,11 @@ jobs:
mkdir ./amalgam
tar -xvf ./amalgam-${{ inputs.version }}-linux-arm64_8a.tar.gz -C ./amalgam
- name: Install qemu-user-static
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Smoke test
uses: pguyot/arm-runner-action@v2
with:
Expand Down

0 comments on commit 2444d4b

Please sign in to comment.