File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,19 @@ jobs:
25
25
- uses : actions/cache@v1
26
26
with :
27
27
path : C:\vcpkg\downloads
28
- key : ${{ runner.os }}-vcpkg-download-${{ github.sha }}
28
+ key : ${{ runner.os }}-vcpkg-download-${{ matrix.os }}-${{ github.sha }}
29
29
restore-keys : |
30
+ ${{ runner.os }}-vcpkg-download-${{ matrix.os }}-
30
31
${{ runner.os }}-vcpkg-download-
31
32
- name : Install libraries with vcpkg
32
33
run : |
33
34
vcpkg --triplet x64-windows install readline zlib
34
35
- uses : actions/cache@v1
35
36
with :
36
37
path : C:\Users\runneradmin\AppData\Local\Temp\chocolatey
37
- key : ${{ runner.os }}-chocolatey-${{ github.sha }}
38
+ key : ${{ runner.os }}-chocolatey-${{ matrix.os }}-${{ github.sha }}
38
39
restore-keys : |
40
+ ${{ runner.os }}-chocolatey-${{ matrix.os }}-
39
41
${{ runner.os }}-chocolatey-
40
42
- name : Install libraries with chocolatey
41
43
run : |
You can’t perform that action at this time.
0 commit comments