Skip to content

Commit 2b394d1

Browse files
committed
Use repo variable
1 parent 75e99b6 commit 2b394d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bvt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
runVcpkgInstall: true
8787
vcpkgJsonGlob: '**/build/vcpkg.json'
88-
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
88+
vcpkgGitCommitId: '${{ vars.VCPKG_COMMIT_ID }}'
8989

9090
- name: 'Configure CMake'
9191
working-directory: ${{ github.workspace }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
runVcpkgInstall: true
127127
vcpkgJsonGlob: '**/build/vcpkg.json'
128-
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
128+
vcpkgGitCommitId: '${{ vars.VCPKG_COMMIT_ID }}'
129129

130130
- name: 'Configure CMake'
131131
working-directory: ${{ github.workspace }}

.github/workflows/vcpkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
runVcpkgInstall: true
8383
vcpkgJsonGlob: '**/build/vcpkg.json'
84-
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
84+
vcpkgGitCommitId: '${{ vars.VCPKG_COMMIT_ID }}'
8585

8686
- name: 'Configure CMake'
8787
working-directory: ${{ github.workspace }}

.github/workflows/wsl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
runVcpkgInstall: true
4343
vcpkgJsonGlob: '**/build/vcpkg.json'
44-
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
44+
vcpkgGitCommitId: '${{ vars.VCPKG_COMMIT_ID }}'
4545

4646
- name: 'Configure CMake'
4747
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)