mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove tor installation from CI
This commit is contained in:
parent
c117885dad
commit
e353d0e89b
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
- name: Run clippy with default features
|
||||
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
- name: Run clippy with all features enabled (e.g. tor)
|
||||
- name: Run clippy with all features enabled
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
build_test:
|
||||
@ -64,17 +64,6 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install and stop tor in case it was running
|
||||
if: (matrix.os == 'ubuntu-latest' && !matrix.skip_tests)
|
||||
run: |
|
||||
sudo apt install software-properties-common
|
||||
sudo curl https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc | sudo gpg --import
|
||||
sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
|
||||
sudo add-apt-repository 'deb https://deb.torproject.org/torproject.org bionic main'
|
||||
sudo apt update
|
||||
sudo apt install tor deb.torproject.org-keyring
|
||||
sudo /etc/init.d/tor stop
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user