Skip to content

Commit

Permalink
ci: fix qemu for ubuntu 24.04 noble
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 27, 2025
1 parent eb91549 commit 01b4f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- test
- simd
- check_x86
- aarch64
- msrv_x64
- msrv_aarch64
- miri
Expand Down Expand Up @@ -261,7 +262,7 @@ jobs:
- name: Install QEMU and dependencies
run: |
sudo apt-get update
sudo apt-get install -y qemu qemu-user gcc-aarch64-linux-gnu
sudo apt-get install -y qemu-user gcc-aarch64-linux-gnu
- name: Build tests
run: cargo build --tests --target aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 01b4f22

Please # to comment.