Skip to content

Commit 7d8ee2b

Browse files
authored
replaced vcpkg action with manual
1 parent b32f073 commit 7d8ee2b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build_windows.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,14 @@ jobs:
9090
run: '.\createallprojects.bat'
9191

9292
- name: Install dependencies
93-
uses: lukka/run-vcpkg@v11
94-
with:
95-
runVcpkgInstall : true
93+
run: |
94+
cd ..
95+
git clone https://github.com/microsoft/vcpkg.git
96+
cd vcpkg
97+
.\bootstrap-vcpkg.bat
98+
.\vcpkg integrate install
99+
.\vcpkg install crow
100+
96101
97102
- name: Build solution
98103
shell: cmd

0 commit comments

Comments
 (0)