summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cicd.yml4
1 files changed, 2 insertions, 2 deletions
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