From d0105fffe2a7db3c2e7a98c1d82fa49d13e6dfd1 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 15 Jul 2024 17:40:10 +0200 Subject: [PATCH] CI: fix s2 cache? --- .github/workflows/ficus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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