Skip to content

Commit f66df14

Browse files
committed
fix: добавить установку wxWidgets через vcpkg для Windows сборки
1 parent 01c1d08 commit f66df14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-zlib.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ jobs:
2929
- name: Setup MSVC
3030
uses: ilammy/msvc-dev-cmd@v1
3131

32+
- name: Install wxWidgets via vcpkg
33+
run: |
34+
# vcpkg уже установлен на GitHub Actions windows-latest
35+
vcpkg install wxwidgets:x64-windows
36+
3237
- name: Configure CMake
3338
run: |
3439
cmake -B build `
3540
-S . `
41+
-DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
3642
-DV8_READER_BUILD_GUI=ON `
3743
-DV8_READER_BUILD_CLI=OFF `
3844
-DV8_READER_BUILD_TESTS=OFF `

0 commit comments

Comments
 (0)