Skip to content

Commit

Permalink
ninja ci: lukka/run-vcpk fails
Browse files Browse the repository at this point in the history
vcpkg.json.in is not found
  • Loading branch information
rurban committed Dec 30, 2023
1 parent 561e1f4 commit 32713d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,12 @@ jobs:
- run: choco install ninja
# use the preinstalled vcpkg from image
# https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md#package-management
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: C:/vcpkg
doNotUpdateVcpkg: true # the preinstalled vcpkg is updated regularly
#- name: Setup vcpkg
# uses: lukka/run-vcpkg@v11
# with:
# vcpkgDirectory: C:/vcpkg
# doNotUpdateVcpkg: true # the preinstalled vcpkg is updated regularly
# vcpkgJsonGlob: 'vcpkg.json.in'
- name: cmake -G "Ninja"
shell: cmd
run: |
Expand Down

0 comments on commit 32713d8

Please sign in to comment.