gh: Update release workflow
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user