We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a04ac commit 13586adCopy full SHA for 13586ad
.github/workflows/cmake-test.yml
@@ -50,12 +50,6 @@ jobs:
50
GH_JOB_NAME: ${{ matrix.os }}-${{ matrix.os_version }}-${{ matrix.compiler }}-${{ matrix.build_type }}
51
52
steps:
53
-
54
- - name: Print check_run_id
55
- run: |
56
- echo "job name?: ${{ github.jobs[github.job].name }}"
57
- echo "env.GH_JOB_NAME: ${{ env.GH_JOB_NAME }}"
58
59
- uses: actions/checkout@v4
60
with:
61
submodules: true
@@ -64,7 +58,7 @@ jobs:
64
65
- uses: friendlyanon/setup-vcpkg@v1
66
67
- committish: e3db8f65d2414c301c29a8467c6aee94e3ba09fc
+ committish: 2025.12.12
68
62
cache-key: vcpkg-${{ env.GH_JOB_NAME }}-${{ hashFiles('vcpkg.json', '.github/vcpkg_overlays/**') }}
69
63
ignore-reserve-cache-error: true
70
0 commit comments