Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Nov 10, 2023
1 parent eeeaf2d commit 1f37af8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
fail-fast: false
matrix:
include:
- image: fedora:38
#- image: fedora:38
- image: fedora/38-cloud-base
## https://download.virtualbox.org/virtualbox/rpm/fedora/ no longer has fedora39.
#- image: fedora:latest
- image: debian:oldstable
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
service tor start
service tor status
elif command -v dnf; then
cat /etc/tor/torrc || true
# sudo -u toranon tor -f /etc/tor/torrc --RunAsDaemon 1
# sleep 3
# ps aux | grep tor
Expand All @@ -89,7 +91,7 @@ jobs:
#service tor status || true
## systemd installation in this way does not work. Error message:
## System has not been booted with systemd as init system (PID 1). Can't operate.
systemctl enable tor || true
systemctl enable --now tor || true
systemctl start tor || true
systemctl status tor || true
fi
Expand Down

0 comments on commit 1f37af8

Please sign in to comment.