mirror of https://github.com/libsdl-org/SDL.git
ci: restart VM after installing haiku dependencies
This commit is contained in:
parent
25b723cc82
commit
72f40cb1f5
|
|
@ -20,6 +20,9 @@ jobs:
|
||||||
- name: Setup Haiku dependencies
|
- name: Setup Haiku dependencies
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
run: |
|
||||||
|
sv force-restart qemu; 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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue