We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3deaefa commit 11d11b8Copy full SHA for 11d11b8
.github/workflows/openblas-src.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/cache@v4
23
with:
24
path: ./vcpkg
25
- key: vcpkg-openblas
+ key: vcpkg-openblas-${{ matrix.triple }}
26
- name: Install vcpkg
27
run: |
28
git clone https://github.com/Microsoft/vcpkg.git --depth 1
0 commit comments