Skip to content

Commit 043f152

Browse files
authored
Merge pull request #128 from Dirreke/Fix_ci_cache
2 parents 3deaefa + 11d11b8 commit 043f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openblas-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/cache@v4
2323
with:
2424
path: ./vcpkg
25-
key: vcpkg-openblas
25+
key: vcpkg-openblas-${{ matrix.triple }}
2626
- name: Install vcpkg
2727
run: |
2828
git clone https://github.com/Microsoft/vcpkg.git --depth 1

0 commit comments

Comments
 (0)