From: Viktor Szakats Date: Fri, 27 Dec 2024 21:57:28 +0000 (+0100) Subject: GHA/non-native: fix CM/AM in FreeBSD job names X-Git-Tag: curl-8_12_0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae9d5d780e465d62b5fb78c55250a248fb87016;p=thirdparty%2Fcurl.git GHA/non-native: fix CM/AM in FreeBSD job names Closes #15837 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 6e1527328f..825c8848d3 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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: