Skip to content

Commit

Permalink
Update compile-tor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emcruise committed Oct 18, 2021
1 parent 12190f1 commit 1131668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-tor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1131668

Please sign in to comment.