mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-09 09:55:00 -04:00
Fix download-tor cache key
This commit is contained in:
parent
7aa82c4f23
commit
d81fd45ab7
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ jobs:
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
# NOTE: change when upgrading tor
|
# NOTE: change when upgrading tor
|
||||||
key: build-tor-windows-download-libevent-2.1.12-stable-{{ .Environment.CACHE_VERSION }}
|
key: build-tor-windows-download-tor-0.4.7.7-{{ .Environment.CACHE_VERSION }}
|
||||||
- run:
|
- run:
|
||||||
name: Download tor
|
name: Download tor
|
||||||
command: |
|
command: |
|
||||||
|
@ -195,7 +195,7 @@ jobs:
|
||||||
git checkout $TOR_TAG
|
git checkout $TOR_TAG
|
||||||
- save_cache:
|
- save_cache:
|
||||||
# NOTE: change when upgrading tor
|
# NOTE: change when upgrading tor
|
||||||
key: build-tor-windows-download-libevent-2.1.12-stable-{{ .Environment.CACHE_VERSION }}
|
key: build-tor-windows-download-tor-0.4.7.7-{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
paths:
|
||||||
- /home/circleci/build/dist/tor
|
- /home/circleci/build/dist/tor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue