Skip to content

Commit

Permalink
Trigger a sync before reboot (suggested by @hectorm)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Oct 15, 2024
1 parent ef17008 commit f73e3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Install packages'
run: 'vmshell pkgman install -y haiku_devel make makefile_engine gcc multimarkdown'
- name: 'Reboot VM'
run: 'sv force-restart qemu ||:; timeout 600 vmshell exit 0'
run: 'vmshell sync; sv force-restart qemu ||:; timeout 600 vmshell exit 0'
- name: 'Checkout project'
uses: actions/checkout@v4
- name: 'Copy project to VM'
Expand Down

0 comments on commit f73e3ca

Please sign in to comment.