Skip to content

Commit d928f11

Browse files
committed
Update building
1 parent 7da4284 commit d928f11

2 files changed

Lines changed: 7 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_BEFORE_BUILD_WINDOWS: >
133133
vcpkg install
134134
CIBW_ENVIRONMENT: >
135-
CMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake"
135+
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "hcle-py",
33
"version-string": "0.1.8",
4-
"dependencies": []
4+
"dependencies": [
5+
"sdl2",
6+
"opencv4",
7+
"zlib",
8+
"pybind11"
9+
]
510
}

0 commit comments

Comments
 (0)