Skip to content

Commit

Permalink
CI Tor
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 5, 2023
1 parent 677c0a6 commit 57b01bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: System Basic Packages
run: |
if command -v apt-get; then
apt-get update -y && apt-get install -y shellcheck sudo adduser
apt-get update -y && apt-get install -y shellcheck sudo adduser tor
elif command -v dnf; then
dnf update -y && dnf install -y ShellCheck sudo
dnf update -y && dnf install -y ShellCheck sudo tor
else
exit 1
fi
Expand Down

0 comments on commit 57b01bc

Please sign in to comment.