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 485488a commit 534e215
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,30 @@ jobs:
set -e
sudo apt update
sudo apt upgrade -y
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 \
systemd-resolved.service \
systemd-udevd.service \
udisks2.service \
walinuxagent.service \
; do
sudo systemctl restart $svc
done
# sudo apt upgrade -y
sudo apt install libyaml-dev libprotobuf-dev
sudo apt install valgrind
Expand Down

0 comments on commit 534e215

Please sign in to comment.