Skip to content

Commit 32acdc7

Browse files
authored
Include name in vcpkg job
1 parent 95f9531 commit 32acdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
- run: cargo check -p openssl
8787

8888
windows-vcpkg:
89-
name: windows-vcpkg
9089
strategy:
9190
matrix:
9291
os:
9392
- runner: windows-latest
9493
arch: x64
9594
- runner: windows-11-arm
9695
arch: arm64
96+
name: windows-vcpkg-${{ matrix.os.arch }}
9797
runs-on: ${{ matrix.os.runner }}
9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)