We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da4284 commit d928f11Copy full SHA for d928f11
2 files changed
.github/workflows/pypi_publish.yaml
@@ -132,7 +132,7 @@ jobs:
132
CIBW_BEFORE_BUILD_WINDOWS: >
133
vcpkg install
134
CIBW_ENVIRONMENT: >
135
- CMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake"
+ CMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
136
137
- name: Store wheels as artifact
138
uses: actions/upload-artifact@v4
vcpkg.json
@@ -1,5 +1,10 @@
1
{
2
"name": "hcle-py",
3
"version-string": "0.1.8",
4
- "dependencies": []
+ "dependencies": [
5
+ "sdl2",
6
+ "opencv4",
7
+ "zlib",
8
+ "pybind11"
9
+ ]
10
}
0 commit comments