Skip to content

Commit 13586ad

Browse files
committed
try using tag for vcpkg instead of commit hash
1 parent e1a04ac commit 13586ad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ jobs:
5050
GH_JOB_NAME: ${{ matrix.os }}-${{ matrix.os_version }}-${{ matrix.compiler }}-${{ matrix.build_type }}
5151

5252
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-
5953
- uses: actions/checkout@v4
6054
with:
6155
submodules: true
@@ -64,7 +58,7 @@ jobs:
6458

6559
- uses: friendlyanon/setup-vcpkg@v1
6660
with:
67-
committish: e3db8f65d2414c301c29a8467c6aee94e3ba09fc
61+
committish: 2025.12.12
6862
cache-key: vcpkg-${{ env.GH_JOB_NAME }}-${{ hashFiles('vcpkg.json', '.github/vcpkg_overlays/**') }}
6963
ignore-reserve-cache-error: true
7064

0 commit comments

Comments
 (0)