From a612e3237157e3141634951dc63048eab295e1e9 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 6 Oct 2025 22:01:17 -0400 Subject: ci/cd: Bootstrap project before toolchain Signed-off-by: Ian Moffett --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/cicd.yml') diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index bf98b57..08fd22d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,9 +18,9 @@ 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 toolchain + run: cd src/; tools/build-toolchain.sh - name: Build system run: cd src/; make -- cgit v1.2.3