Skip to content

Commit

Permalink
add apt update for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 29, 2025
1 parent 84fc15b commit 0e7c930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
sudo apt-get install -y qemu-user qemu-user-static binfmt-support
sudo apt-get install libc6:arm64 libstdc++6:arm64
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo update-binfmts --enable qemu-aarch64
fi
Expand Down

0 comments on commit 0e7c930

Please sign in to comment.