We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f28f1 commit 132eee3Copy full SHA for 132eee3
.github/workflows/makefile.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install prereqs
19
run: |
20
sudo apt update
21
- sudo apt install grub-pc-bin nasm mtools qemu-utils xorriso wget unzip
+ sudo apt install grub-pc-bin nasm mtools qemu-utils xorriso wget unzip libgmp3-dev libmpc-dev libmpfr-dev
22
shell: bash
23
24
- name: Create toolchain
0 commit comments