mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Fix cache key name, and run ./autogen.sh when compiling tor
This commit is contained in:
parent
eb669aea6f
commit
8cd7d59a8b
@ -96,7 +96,7 @@ jobs:
|
|||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
# NOTE: make sure to change when upgrading libevent
|
# NOTE: make sure to change when upgrading libevent
|
||||||
key: "build-win64-livevent-2.1.12"
|
key: "build-win64-libevent-2.1.12"
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
# NOTE: make sure to change when upgrading tor
|
# NOTE: make sure to change when upgrading tor
|
||||||
key: "build-win64-tor-0.4.7.7"
|
key: "build-win64-tor-0.4.7.7"
|
||||||
@ -191,6 +191,7 @@ jobs:
|
|||||||
git checkout $TOR_TAG
|
git checkout $TOR_TAG
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
|
./autogen.sh
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/opt/tor-build \
|
--prefix=/opt/tor-build \
|
||||||
--enable-static-libevent \
|
--enable-static-libevent \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user