Skip to content

Commit 1200119

Browse files
committed
gha add missing cache key
1 parent db5c882 commit 1200119

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- name: Cache Conan
8484
uses: actions/cache@v3
8585
with:
86+
key: conan-windows-amd64
8687
path: |
8788
~/.conan/p
8889
@@ -135,6 +136,7 @@ jobs:
135136
- name: Cache Conan
136137
uses: actions/cache@v3
137138
with:
139+
key: conan-windows-x86
138140
path: |
139141
~/.conan/p
140142

0 commit comments

Comments
 (0)