From 0d25b6f10efe47b567d1a2c6fe884f77947bc51e Mon Sep 17 00:00:00 2001 From: powderluv Date: Wed, 3 Aug 2022 07:53:01 -0700 Subject: [PATCH] Fix cache-suffix name bug (#1138) This should enabling better caching of builds. --- .github/workflows/buildAndTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index 913014f50..28dc6fb01 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -42,7 +42,7 @@ jobs: submodules: 'true' - uses: ./.github/actions/setup-build with: - cache-suffix: ${{ matrix.os }}-${{ matrix.targetarch }}-${{ matrix.buildtype }} + cache-suffix: ${{ matrix.os }}-${{ matrix.targetarch }}-${{ matrix.llvmtype }}-${{ matrix.llvmbuildtype }} - name: llvm-binary-torch-src-or-binary # Should be the fastest builds for CI and fails fast