Skip to content

Commit

Permalink
Use repo variable
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 4, 2024
1 parent a6852a0 commit 794a350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
runVcpkgInstall: true
vcpkgJsonGlob: '**/build/vcpkg.json'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
vcpkgGitCommitId: '${{ vars.VCPKG_COMMIT_ID }}'

- name: 'Configure CMake'
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 794a350

Please sign in to comment.