Skip to content

Commit

Permalink
Update vcpkg version and GH action version
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jan 3, 2024
1 parent 51c9cab commit 31ba504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: mkdir '${{ github.workspace }}/build/'

- name: Install dependencies # saves / restores cache to avoid rebuilding dependencies
uses: lukka/run-vcpkg@v6
uses: lukka/run-vcpkg@v11
with:
setupOnly: false
vcpkgGitCommitId: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46
vcpkgGitCommitId: 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50
vcpkgDirectory: c:/vcpkg # folder must reside in c:\ otherwise qt wont install due to long path errors
vcpkgTriplet: x64-windows
vcpkgArguments: qt5 ode protobuf
Expand Down

0 comments on commit 31ba504

Please sign in to comment.