Skip to content

Commit

Permalink
use local vcpkg on ci, to avoid vs integrated one being obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Apr 9, 2024
1 parent 212cfc1 commit bf76342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
- name: Build
shell: pwsh
run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL
run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL -ForceLocalVCPKG

0 comments on commit bf76342

Please sign in to comment.