svn commit: r1920429 - /apr/apr/branches/cmake-native-type/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Tue Sep 3 13:21:39 2024
New Revision: 1920429
URL: http://svn.apache.org/viewvc?rev=1920429&view=rev
Log:
On the 'cmake-native-type' branch: Update GitHub Actions job name.
Modified:
apr/apr/branches/cmake-native-type/.github/workflows/windows.yml
Modified: apr/apr/branches/cmake-native-type/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/branches/cmake-native-type/.github/workflows/windows.yml?rev=1920429&r1=1920428&r2=1920429&view=diff
==============================================================================
--- apr/apr/branches/cmake-native-type/.github/workflows/windows.yml (original)
+++ apr/apr/branches/cmake-native-type/.github/workflows/windows.yml Tue Sep 3 13:21:39 2024
@@ -19,7 +19,7 @@ jobs:
build-shared: [ "ON", "OFF" ]
fail-fast: false
- name: "MSVC ${{ matrix.toolset }} ${{ matrix.arch }} [${{ matrix.build-type }}] test-static=${{ matrix.test-static }} on ${{ matrix.os }}"
+ name: "MSVC ${{ matrix.toolset }} ${{ matrix.arch }} [${{ matrix.build-type }}] build-shared=${{ matrix.build-shared }} on ${{ matrix.os }}"
# 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