Skip to content

Commit

Permalink
build: sets vcpkg builtin baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Guekka committed Jul 23, 2024
1 parent ab1c8e5 commit de993e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: fbf25ddd1119211278c257f2e19c96a9d5a6ede7
vcpkgJsonGlob: ${{ github.workspace }}/bethutil/vcpkg.json

- name: Configure & Build
Expand Down Expand Up @@ -116,8 +115,7 @@ jobs:

- uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: fbf25ddd1119211278c257f2e19c96a9d5a6ede7
vcpkgJsonGlob: ${{ github.workspace }}/bethutil/vcpkg.json
vcpkgJsonGlob: '**/bethutil/vcpkg.json'

- name: (main) Configure & Build
working-directory: ${{ github.workspace }}/bethutil
Expand Down

0 comments on commit de993e5

Please sign in to comment.