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: