Skip to content

Commit

Permalink
ci: fix multiple vcpkg found
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Jul 29, 2024
1 parent 9b6db13 commit 19135c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:

- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgConfigurationJsonGlob: 'vcpkg-configuration.json'
vcpkgJsonGlob: 'vcpkg.json'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 19135c8

Please sign in to comment.