Sfoglia il codice sorgente

ci+haiku: ignore return code of sv force-restart

Anonymous Maarten 3 anni fa
parent
commit
2afee88c81
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/haiku.yml

+ 2 - 1
.github/workflows/haiku.yml

@@ -22,7 +22,8 @@ jobs:
         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
+        sv force-restart qemu || true
+        timeout 600 vmshell exit 0
     - uses: actions/checkout@v3
     - name: Copy project to VM
       run: |