Skip to content

Commit 99f672a

Browse files
committed
[Fix] build: CI: GitHub: CPA: Haiku: Do another reboot after installing dependencies. Haiku may sometimes require it.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@25343 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 1dde2e3 commit 99f672a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/Haiku-Autotools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
run: |
5050
pkgman refresh
5151
pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man
52+
- name: Reboot VM
53+
shell: cpa.sh {0} --sync-files none --reboot
54+
run: true
5255
- name: Build
5356
shell: cpa.sh {0} --sync-files none
5457
run: |

.github/workflows/Haiku-Makefile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
run: |
5252
pkgman refresh
5353
pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man
54+
- name: Reboot VM
55+
shell: cpa.sh {0} --sync-files none --reboot
56+
run: true
5457
- name: Build
5558
shell: cpa.sh {0} --sync-files none
5659
run: |

0 commit comments

Comments
 (0)