diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-09 14:49:30 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-09 14:49:30 -0400 |
commit | 82511eb786746589802604f804112c66ebe99ed1 (patch) | |
tree | 54b1dd25680f9c96b1996150df1430b0ca03c05b | |
parent | 7ddd9a7f38e964f66565918c7af35ed78ff52193 (diff) |
workflow: Don't build toolchain in this test
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | .github/workflows/cicd.yml | 2 |
1 files changed, 0 insertions, 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 |