Unverified Commit 32acdc74 authored by Kagami Sascha Rosylight's avatar Kagami Sascha Rosylight Committed by GitHub
Browse files

Include name in vcpkg job

parent 95f9531a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ jobs:
      - run: cargo check -p openssl

  windows-vcpkg:
    name: windows-vcpkg
    strategy:
      matrix:
        os:
@@ -94,6 +93,7 @@ jobs:
            arch: x64
          - runner: windows-11-arm
            arch: arm64
    name: windows-vcpkg-${{ matrix.os.arch }}
    runs-on: ${{ matrix.os.runner }}
    steps:
      - uses: actions/checkout@v4