From 8cd7d59a8be2433ba1e598fc33d588c7d4ab8e2c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 29 May 2022 12:13:20 -0700 Subject: [PATCH] Fix cache key name, and run ./autogen.sh when compiling tor --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7f2be1f..ada5b5a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \