diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-06 16:56:33 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-06 16:56:33 -0400 |
commit | e8723abcad202fc12c3e32879c9865bae524e9ce (patch) | |
tree | dcf652585c941627b0cb232d4c14e26f52fc077d | |
parent | ff859b8e0c72910aa1b7635c839642fcfb9c1c8a (diff) |
ci/cd: build toolchain
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | .github/workflows/cicd.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |