diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index 9c8b67e20..5ecb0eecc 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -95,7 +95,7 @@ jobs: with: path: | toolchain/gcc-x86_64-ficus-prefix - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**/*') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**') }} - if: ${{ steps.cache-toolchain-s2.outputs.cache-hit != 'true' }} name: Build ficus toolchain s2 @@ -109,7 +109,7 @@ jobs: with: path: | toolchain/gcc-x86_64-ficus-prefix - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**/*') }} + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('ficus-toolchain/*.sh') }}-${{ hashFiles('ficus-toolchain/newlib/**') }} - name: Tar the toolchain run: cd ${{github.workspace}} && tar -czvf toolchain-ficus.tar.xz toolchain sysroot