Author: manx
Date: Tue Jun 25 17:37:11 2024
New Revision: 21066
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21066
Log:
[Fix] build: CI: GitHub: OpenBSD: Update all already installed packages.
Modified:
trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml
trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml
Modified: trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml
==============================================================================
--- trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml Tue Jun 25 17:31:35 2024 (r21065)
+++ trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml Tue Jun 25 17:37:11 2024 (r21066)
@@ -49,6 +49,7 @@
sync_files: false
shutdown_vm: false
run: |
+ sudo pkg_add -u
sudo pkg_add -I ${{ (matrix.version == '7.5') && 'ghostscript-10.03.1' || (matrix.version == '7.4') && 'ghostscript-10.02.0' || 'ghostscript' }}
sudo pkg_add -I ${{ (matrix.version == '7.5') && 'autoconf-2.71 automake-1.16.5' || (matrix.version == '7.4') && 'autoconf-2.71 automake-1.16.5' || 'autoconf automake' }}
sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
Modified: trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml
==============================================================================
--- trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml Tue Jun 25 17:31:35 2024 (r21065)
+++ trunk/OpenMPT/.github/workflows/OpenBSD-Makefile.yml Tue Jun 25 17:37:11 2024 (r21066)
@@ -53,6 +53,7 @@
sync_files: false
shutdown_vm: false
run: |
+ sudo pkg_add -u
sudo pkg_add -I ${{ (matrix.version == '7.5') && 'ghostscript-10.03.1' || (matrix.version == '7.4') && 'ghostscript-10.02.0' || 'ghostscript' }}
sudo pkg_add -I ${{ (matrix.version == '7.5') && 'autoconf-2.71 automake-1.16.5' || (matrix.version == '7.4') && 'autoconf-2.71 automake-1.16.5' || 'autoconf automake' }}
sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
|