Skip to content

Commit

Permalink
Update CI [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Aug 4, 2024
1 parent ba178ab commit ee5a040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install tor i2pd -y
nohup tor &
nohup i2pd &
sudo systemctl stop tor i2pd
nohup sudo tor &
nohup sudo i2pd &
echo "Wait for tor and i2pd to start"
sleep 120
cat nohup.out
- name: Checkout the data branch
uses: actions/checkout@v4
Expand Down

0 comments on commit ee5a040

Please sign in to comment.