Skip to content

Commit 5de9851

Browse files
committed
Add container to tor build cache
1 parent 3a04eb4 commit 5de9851

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/extra_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ jobs:
210210
uses: actions/cache@v3
211211
with:
212212
path: opt/tor
213-
key: tor-build-keyv3-${{ matrix.tor }}
213+
# sync with env.CONTAINER
214+
key: tor-build-keyv3-ubuntu:22.04-${{ matrix.tor }}
214215

215216
- name: Install tor build deps
216217
if: steps.restore-tor-build-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)