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 132a58b commit 682e42e
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,24 @@ jobs:
cat /etc/systemd/system/runner-provisioner.service
for svc in \
runner-provisioner.service \
systemd-journald.service \
systemd-networkd.service \
systemd-resolved.service \
systemd-udevd.service \
udisks2.service \
walinuxagent.service \
; do
sudo systemctl status $svc || true
sudo systemctl restart $svc
done
# sudo apt upgrade -y
sudo systemctl stop runner-provisioner
sudo systemctl disable runner-provisioner
sudo systemctl mask runner-provisioner
# for svc in \
# runner-provisioner.service \
# systemd-journald.service \
# systemd-networkd.service \
# systemd-resolved.service \
# systemd-udevd.service \
# udisks2.service \
# walinuxagent.service \
# ; do
# sudo systemctl status $svc || true
# 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 682e42e

Please sign in to comment.