Skip to content

Commit 4b4c910

Browse files
committed
Add cmake to the title of the VS with cmake CI job
So that it is clearer when looking at the list of jobs that the difference between them is `cmake` versus `make`.
1 parent f82fea4 commit 4b4c910

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)