From 96591ce904c769a7dbe3aaca2bb4fca50887afa4 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 14 Sep 2024 16:42:02 +0000 Subject: [PATCH] .github/workflows/windows.yml: Use name from matrix. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920641 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 67c3fb38..1b47fc0a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -67,7 +67,7 @@ jobs: packages: expat fail-fast: false - name: "MSVC ${{ matrix.arch }} [${{ matrix.build-type }}] build-shared=${{ matrix.build-shared }} on ${{ matrix.os }}" + name: ${{ matrix.name }} # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix