]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/non-native: fix CM/AM in FreeBSD job names
authorViktor Szakats <commit@vsz.me>
Fri, 27 Dec 2024 21:57:28 +0000 (22:57 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 27 Dec 2024 22:08:00 +0000 (23:08 +0100)
Closes #15837

.github/workflows/non-native.yml

index 6e1527328f63f079a67336244348f4ecd455bf86..825c8848d37a0fc138d43f74ef95d26cb5190223 100644 (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: