gh: Workflow needs mtools
This commit is contained in:
parent
37a40880b2
commit
a468071841
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: echo "BRANCH_NAME=$(echo "$TAG_NAME" | grep -o 'v[0-9]\+\.[0-9]\+')-branch" >> $GITHUB_ENV
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install git build-essential nasm gcc-mingw-w64 gcc-multilib wget -y
|
||||
run: sudo apt-get update && sudo apt-get install git build-essential nasm gcc-mingw-w64 gcc-multilib wget mtools -y
|
||||
|
||||
- name: Build the toolchain (BIOS)
|
||||
run: make toolchain-bios
|
||||
|
|
Loading…
Reference in New Issue