Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Jan 27, 2025
1 parent 14bdb78 commit f54348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_stable_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo $GITHUB_REF
echo $CHANNEL
echo $VERSION
sudo apt update && sudo apt upgrade -y
sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager qemu-system-arm -y
sudo apt install -y qemu-user-static binfmt-support
sudo apt update && apt upgrade -y
sudo apt install make -y
sudo apt install ninja-build -y
sudo apt install libpixman-1-dev -y
Expand Down

0 comments on commit f54348c

Please sign in to comment.