From 82511eb786746589802604f804112c66ebe99ed1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 9 Mar 2025 14:49:30 -0400 Subject: workflow: Don't build toolchain in this test Signed-off-by: Ian Moffett --- .github/workflows/cicd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 17d202f..ad6d236 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,5 +22,3 @@ jobs: run: ./bootstrap && ./configure - name: Build world with clang run: make - - name: Build toolchain - run: make cross -- cgit v1.2.3