diff options
-rw-r--r-- | .github/workflows/cmake-config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml index 3858773..0988102 100644 --- a/.github/workflows/cmake-config.yml +++ b/.github/workflows/cmake-config.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | # GitHub Actions workflow to test CMake config. | 1 | # GitHub Actions workflow to check CMake config. |
2 | name: "CMake Config" | 2 | name: "CMake Check" |
3 | 3 | ||
4 | on: | 4 | on: |
5 | push: {} | 5 | push: {} |
@@ -11,7 +11,7 @@ concurrency: | |||
11 | 11 | ||
12 | jobs: | 12 | jobs: |
13 | check: | 13 | check: |
14 | name: "Check (${{ matrix.os }})" | 14 | name: "${{ matrix.os }}" |
15 | runs-on: "${{ matrix.os }}" | 15 | runs-on: "${{ matrix.os }}" |
16 | strategy: | 16 | strategy: |
17 | fail-fast: true | 17 | fail-fast: true |