diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 141b5fc2..41e2f591 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -132,12 +132,12 @@ jobs: # Execute tests defined by the CMake configuration. run: bash build_sdv.sh no-sctp && bash execute_sdv.sh - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: openhitls-riscv - path: ${{ github.workspace }}/build - retention-days: 5 + # - name: Upload artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: openhitls-riscv + # path: ${{ github.workspace }}/build + # retention-days: 5 # TODO: fix the 'Illegal instruction' when run on ubuntu-22.04- #