diff options
-rw-r--r-- | .github/workflows/cicd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ac2a748..17d202f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,5 +22,5 @@ jobs: run: ./bootstrap && ./configure - name: Build world with clang run: make - - name: Test <arch>-hyra-gcc and binutils + - name: Build toolchain run: make cross |