mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-24 16:40:04 -05:00
Fix download-tor cache key
This commit is contained in:
parent
e7cb821f03
commit
bc889a98ed
@ -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…
x
Reference in New Issue
Block a user