mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
ci+haiku: ignore return code of sv force-restart
This commit is contained in:
3
.github/workflows/haiku.yml
vendored
3
.github/workflows/haiku.yml
vendored
@@ -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
|
vmshell pkgman install -y cmd:cmake cmd:gcc cmd:ld cmd:ninja cmd:pkg_config haiku_devel devel:libgl devel:libglu
|
||||||
- name: Restart VM
|
- name: Restart VM
|
||||||
run: |
|
run: |
|
||||||
sv force-restart qemu; timeout 600 vmshell exit 0
|
sv force-restart qemu || true
|
||||||
|
timeout 600 vmshell exit 0
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Copy project to VM
|
- name: Copy project to VM
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user