Skip to content

Commit 2e5f1fa

Browse files
committed
Update building
1 parent 99eb9bf commit 2e5f1fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
CIBW_BUILD: "cp312-*"
133133
CIBW_BEFORE_BUILD_WINDOWS: >
134134
vcpkg install
135-
CIBW_ENVIRONMENT: "CMAKE_TOOLCHAIN_FILE='${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake'"
135+
CIBW_ENVIRONMENT: "CMAKE_TOOLCHAIN_FILE='${{ github.workspace }}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake'"
136136

137137
- name: Store wheels as artifact
138138
uses: actions/upload-artifact@v4

vcpkg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version-string": "0.1.8",
44
"dependencies": [
55
"pybind11",
6-
"opencv4"
6+
"opencv4",
7+
"sdl2",
8+
"zlib"
79
]
810
}

0 commit comments

Comments
 (0)