Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed May 30, 2024
1 parent 534e215 commit 57308b1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ jobs:
sudo apt update
for svc in \
chrony.service \
containerd.service \
cron.service \
haveged.service \
hv-kvp-daemon.service \
multipathd.service \
packagekit.service \
php8.3-fpm.service \
polkit.service \
rsyslog.service \
runner-provisioner.service \
systemd-journald.service \
systemd-networkd.service \
Expand All @@ -69,6 +59,7 @@ jobs:
udisks2.service \
walinuxagent.service \
; do
sudo systemctl status $svc || true
sudo systemctl restart $svc
done
Expand Down

0 comments on commit 57308b1

Please sign in to comment.