GHA/non-native: fix CM/AM in FreeBSD job names

Closes #15837
This commit is contained in:
Viktor Szakats 2024-12-27 22:57:28 +01:00
parent 39e21794a7
commit bae9d5d780
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -117,7 +117,7 @@ jobs:
echo '::endgroup::'
freebsd:
name: "FreeBSD (${{ matrix.build && 'CM' || 'AM' }}, openssl, ${{ matrix.compiler }}, ${{ matrix.arch }})"
name: "FreeBSD (${{ matrix.build == 'cmake' && 'CM' || 'AM' }}, openssl, ${{ matrix.compiler }}, ${{ matrix.arch }})"
runs-on: ubuntu-latest
timeout-minutes: 60
strategy: