gh: Update release workflow

This commit is contained in:
mintsuki 2022-01-21 03:27:02 +01:00
parent 230a1aa43e
commit d1cc97006c
1 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,9 @@ jobs:
- 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
- name: Build the toolchain
run: ./make_toolchain.sh
- name: Regenerate
run: NOCONFIGURE=yes ./autogen.sh
@ -34,9 +37,6 @@ jobs:
- name: Configure
run: cd build && ../configure
- name: Build the toolchain
run: make -C build toolchain
- name: Build the bootloader
run: make -C build