Skip to content

Commit cc12235

Browse files
authored
Merge pull request #6153 from thomasspriggs/tas/vs_cmake_name
Add `cmake` to the title of the VS with `cmake` CI job
2 parents 185cc4c + 4b4c910 commit cc12235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
- name: Run CTest
333333
run: cd build; ctest -V -L CORE . -j3
334334

335-
check-vs-2019-build-and-test:
335+
check-vs-2019-cmake-build-and-test:
336336
runs-on: windows-2019
337337
env:
338338
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)