diff --git a/.github/workflows/haiku.yml b/.github/workflows/haiku.yml index b84d2fbeee..5b6e5ab0c2 100644 --- a/.github/workflows/haiku.yml +++ b/.github/workflows/haiku.yml @@ -20,6 +20,9 @@ jobs: - name: Setup Haiku dependencies run: | vmshell pkgman install -y cmd:cmake cmd:gcc cmd:ld cmd:ninja cmd:pkg_config haiku_devel devel:libgl devel:libglu + - name: Restart VM + run: | + sv force-restart qemu; timeout 600 vmshell exit 0 - uses: actions/checkout@v3 - name: Copy project to VM run: |