:: commit 89a246a22a66e27971e7cf1a47ac1c3c26c0bd5e

mintsuki <mintsuki@protonmail.com> — 2022-01-21 02:27

parents: 8c0b3d0788

gh: Update release workflow

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e3d03130..4b3a6a27 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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
 
tab: 248 wrap: offon