From 8eb3f5ee4e285b95f3b02c5eff6efdf96790c896 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 29 May 2022 14:19:47 -0700 Subject: [PATCH] Always install cygwin --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ecd2843..997a62c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,11 +103,6 @@ jobs: name: Install cygwin and required packages (for building tor) shell: bash.exe --login -eo pipefail command: | - if [[ -d "/c/Users/circleci/build/tor" ]]; then - echo "libevent and tor already compiled, skipping" - exit 0 - fi - curl -o setup-x86_64.exe https://cygwin.com/setup-x86_64.exe curl -o setup-x86_64.exe.sig https://cygwin.com/setup-x86_64.exe.sig curl -o pubring.asc https://cygwin.com/key/pubring.asc