From e8723abcad202fc12c3e32879c9865bae524e9ce Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 6 Oct 2025 16:56:33 -0400 Subject: ci/cd: build toolchain Signed-off-by: Ian Moffett --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/cicd.yml') diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c0744e1..bf98b57 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,6 +18,8 @@ jobs: run: sudo apt-get install -y flex bison libfl-dev libmpc-dev - name: Install tools run: sudo apt-get install -y lld clang xorriso mtools + - name: Build toolchain + run: cd src/; tools/build-toolchain.sh - name: Bootstrap project run: cd src/; tools/bootstrap - name: Build system -- cgit v1.2.3