Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 16, 2024
1 parent f865404 commit f2a1bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ jobs:
- name: Setup ARM architecture
if: startsWith(matrix.target, 'arm') && startsWith(matrix.os, 'ubuntu')
run: |
sudo rm /etc/apt/sources.list
sudo dpkg --add-architecture arm64
sudo dpkg --add-architecture armhf
sudo apt update || true
sudo apt update
sudo apt install libc6:arm64 libc6:armhf
- name: Install Rust
Expand Down

0 comments on commit f2a1bc8

Please sign in to comment.