Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
israfiel-a committed Aug 22, 2024
1 parent c43d57e commit 61c213c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "[Service]\nExecStart=\nExecStart=/usr/bin/gnome-shell --virtual-monitor 1920x1080" > \
~/.config/systemd/user/org.gnome.Shell@wayland.service.d/persistent-virtual-monitor.conf
systemctl --user daemon-reload
sudo reboot
- name: Build Project (Debug)
run: cmake -B build_debug -DCMAKE_BUILD_TYPE=Debug && cd build_debug && make
- name: Run Project (Debug)
Expand Down

0 comments on commit 61c213c

Please sign in to comment.