diff options
Diffstat (limited to '.github/workflows')
-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 |