diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index 0b834f92e..9c8b67e20 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -101,11 +101,6 @@ jobs: name: Build ficus toolchain s2 run: source ${{github.workspace}}/env.sh && ${{github.workspace}}/ficus-toolchain/build-all.sh s2only - - if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }} - name: Strip toolchain - continue-on-error: true - run: find toolchain -type f | xargs strip - - name: Save s2 toolchain id: cache-toolchain-s2-save uses: actions/cache/save@v4