We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33517e commit daa3214Copy full SHA for daa3214
1 file changed
.github/workflows/build.yml
@@ -67,7 +67,10 @@ jobs:
67
uses: actions/checkout@v6
68
69
- name: Install QEMU
70
- run: curl -sSL https://github.com/jonathanpallant/qemu9-for-ubuntu-2404/releases/download/qemu-10.2.2%2Bbuild0/qemu-10.2.2-ubuntu-24.04.tar.gz | sudo tar xvzf - -C /
+ run: |
71
+ sudo apt-get -y update
72
+ sudo apt-get -y install libpixman-1-0 libfdt1 libglib2.0-0t64
73
+ curl -sSL https://github.com/jonathanpallant/qemu9-for-ubuntu-2404/releases/download/qemu-10.2.2%2Bbuild0/qemu-10.2.2-ubuntu-24.04.tar.gz | sudo tar xvzf - -C /
74
75
- name: Install just
76
run: sudo apt-get install just
0 commit comments