Skip to content

Commit

Permalink
add tor setup for custom test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 21, 2023
1 parent 1bac593 commit 498ca68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/custom_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
clang \
cmake \
git \
tor \
libconfig-dev \
libgtest-dev \
libopus-dev \
Expand All @@ -31,6 +32,12 @@ jobs:
libavformat-dev \
libavfilter-dev \
libx264-dev
- name: setup tor
run: |
/etc/init.d/tor restart
ps -ef|grep tor
cat /usr/share/tor/tor-service-defaults-torrc
curl -x socks5h://localhost:9050 -s https://check.torproject.org/api/ip
- run: git submodule update --init --recursive
- name: build toxcore
run: |
Expand Down

0 comments on commit 498ca68

Please sign in to comment.