Skip to content

Commit b74c7bd

Browse files
committed
Merged revision(s) 24761 from branches/OpenMPT-1.29:
Merged revision(s) 24760 from branches/OpenMPT-1.30: Merged revision(s) 24759 from branches/OpenMPT-1.31: Merged revision(s) 24757 from trunk/OpenMPT: [Var] build: CI: GitHub: CPA: Update to v0.32.0 (2025-12-21). ........ ........ ........ ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@24762 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent a4390a1 commit b74c7bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/FreeBSD-Makefile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Startup VM
31-
uses: cross-platform-actions/action@v0.31.0
31+
uses: cross-platform-actions/action@v0.32.0
3232
with:
3333
architecture: x86_64
3434
memory: 4G
@@ -39,7 +39,7 @@ jobs:
3939
shutdown_vm: false
4040
run: true
4141
- name: Install dependencies
42-
uses: cross-platform-actions/action@v0.31.0
42+
uses: cross-platform-actions/action@v0.32.0
4343
with:
4444
architecture: x86_64
4545
memory: 4G
@@ -52,7 +52,7 @@ jobs:
5252
sudo pkg upgrade -y
5353
sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2
5454
- name: Build
55-
uses: cross-platform-actions/action@v0.31.0
55+
uses: cross-platform-actions/action@v0.32.0
5656
with:
5757
architecture: x86_64
5858
memory: 4G
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }}
6666
- name: Test
67-
uses: cross-platform-actions/action@v0.31.0
67+
uses: cross-platform-actions/action@v0.32.0
6868
with:
6969
architecture: x86_64
7070
memory: 4G
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }} check
7878
- name: Shutdown VM
79-
uses: cross-platform-actions/action@v0.31.0
79+
uses: cross-platform-actions/action@v0.32.0
8080
with:
8181
architecture: x86_64
8282
memory: 4G

0 commit comments

Comments
 (0)