From 1131668b8b6f36dca2c5d7d71a3940dd480c9941 Mon Sep 17 00:00:00 2001 From: emcruise <76820025+emcruise@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:08:17 +0200 Subject: [PATCH] Update compile-tor.yml --- .github/workflows/compile-tor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-tor.yml b/.github/workflows/compile-tor.yml index 6ca794f..4870503 100644 --- a/.github/workflows/compile-tor.yml +++ b/.github/workflows/compile-tor.yml @@ -12,8 +12,8 @@ jobs: steps: - name: Compile Tor run: | - apt-get update - apt-get install -y git build-essential automake libevent-dev libssl-dev zlib1g-dev + sudo apt-get update + sudo apt-get install -y git build-essential automake libevent-dev libssl-dev zlib1g-dev git clone https://git.torproject.org/tor.git cd tor ./autogen.sh