misc: README.md and workflow updates

This commit is contained in:
mintsuki
2022-01-22 04:10:48 +01:00
parent a0a8b3c0d6
commit 9ce5f54e31
3 changed files with 18 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install git build-essential autoconf nasm curl mtools -y
run: sudo apt-get update && sudo apt-get install git build-essential autoconf automake nasm curl mtools -y
- name: Build the bootloader
run: ./autogen.sh && make all

View File

@@ -23,7 +23,7 @@ jobs:
run: echo "BRANCH_NAME=$(echo "$TAG_NAME" | grep -o 'v[0-9]\+\.')0-branch" >> $GITHUB_ENV
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install git build-essential autoconf nasm gcc-mingw-w64 gcc-multilib curl mtools -y
run: sudo apt-get update && sudo apt-get install git build-essential autoconf automake nasm gcc-mingw-w64 gcc-multilib curl mtools -y
- name: Build the toolchain
run: ./make_toolchain.sh