gh: Update release workflow
This commit is contained in:
parent
230a1aa43e
commit
d1cc97006c
|
@ -25,6 +25,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- 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 nasm gcc-mingw-w64 gcc-multilib curl mtools -y
|
||||||
|
|
||||||
|
- name: Build the toolchain
|
||||||
|
run: ./make_toolchain.sh
|
||||||
|
|
||||||
- name: Regenerate
|
- name: Regenerate
|
||||||
run: NOCONFIGURE=yes ./autogen.sh
|
run: NOCONFIGURE=yes ./autogen.sh
|
||||||
|
|
||||||
|
@ -34,9 +37,6 @@ jobs:
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cd build && ../configure
|
run: cd build && ../configure
|
||||||
|
|
||||||
- name: Build the toolchain
|
|
||||||
run: make -C build toolchain
|
|
||||||
|
|
||||||
- name: Build the bootloader
|
- name: Build the bootloader
|
||||||
run: make -C build
|
run: make -C build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue