Skip to content

Commit 561eccb

Browse files
committed
Don't double-initialize vcpkg
1 parent a59426a commit 561eccb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
github_token: ${{secrets.GITHUB_TOKEN}}
2222
- name: Make build directory
2323
run: cmake -E make_directory build
24-
- name: "Initialize vcpkg"
25-
working-directory: build
26-
run: ../third-party/vcpkg/bootstrap-vcpkg.bat
2724
- name: Configure
2825
working-directory: build
2926
id: configure

0 commit comments

Comments
 (0)