Skip to content

Commit 06f554b

Browse files
committed
ci(gh-action): add name on step
1 parent 0e392ab commit 06f554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
run: .\setup.exe update --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" -q --norestart --installWhileDownloading
3939
shell: pwsh
4040

41-
- uses: ./.github/actions
41+
- name: CMake build and test
42+
uses: ./.github/actions
4243
with:
4344
build-type: ${{ matrix.build-type }}
4445
config-option: ${{ matrix.cmakeOptions }}

0 commit comments

Comments
 (0)