From bae9d5d780e465d62b5fb78c55250a248fb87016 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 27 Dec 2024 22:57:28 +0100 Subject: [PATCH] GHA/non-native: fix CM/AM in FreeBSD job names Closes #15837 --- .github/workflows/non-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3