Fix cache-suffix name bug (#1138)

This should enabling better caching of builds.
pull/1148/head
powderluv 2022-08-03 07:53:01 -07:00 committed by GitHub
parent f2a0e32127
commit 0d25b6f10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
submodules: 'true' submodules: 'true'
- uses: ./.github/actions/setup-build - uses: ./.github/actions/setup-build
with: 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 - name: llvm-binary-torch-src-or-binary
# Should be the fastest builds for CI and fails fast # Should be the fastest builds for CI and fails fast