Skip to content

Commit 0592c01

Browse files
committed
[Fix] build: CI: Github: CPA: MidnightBSD: mport return 1 when any package is already installed. Ignore all error returns as a work-around.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@25204 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent bdfdbb8 commit 0592c01

File tree

2 files changed

+2
-56
lines changed

2 files changed

+2
-56
lines changed

.github/workflows/MidnightBSD-Autotools.yml

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sudo mport index
5050
sudo mport upgrade
51-
sudo mport install subversion p5-XML-TreePP git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2
51+
sudo mport install subversion p5-XML-TreePP git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 || true
5252
- name: Build
5353
uses: cross-platform-actions/action@13ec3be3fbdfe52a660fe21c83f332747ed878be
5454
with:
@@ -72,57 +72,3 @@ jobs:
7272
sync_files: false
7373
shutdown_vm: true
7474
run: true
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
102-
103-
104-
105-
106-
107-
108-
109-
110-
111-
112-
113-
114-
115-
116-
117-
118-
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-

.github/workflows/MidnightBSD-Makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
sudo mport index
5252
sudo mport upgrade
53-
sudo mport install subversion p5-XML-TreePP git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2
53+
sudo mport install subversion p5-XML-TreePP git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 || true
5454
- name: Build
5555
uses: cross-platform-actions/action@13ec3be3fbdfe52a660fe21c83f332747ed878be
5656
with:

0 commit comments

Comments
 (0)