diff options
-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 |