Revert "gh: Use clang for release builds"
This reverts commit afe7571684f84b3dc9eff85bbe0c99501c505ee4.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2c54062a..d00dfb31 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,10 @@ 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 automake nasm gcc-mingw-w64 curl mtools llvm lld clang -y
+ run: sudo apt-get update && sudo apt-get install git build-essential autoconf automake nasm gcc-mingw-w64 curl mtools -y
+
+ - name: Build the toolchain
+ run: ./make_toolchain.sh
- name: Regenerate
run: NOCONFIGURE=yes ./autogen.sh
@@ -32,7 +35,7 @@ jobs:
run: mkdir -p build
- name: Configure
- run: cd build && ../configure TOOLCHAIN=llvm
+ run: cd build && ../configure
- name: Build the bootloader
run: make -C build
