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