File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112
113113 - name : Setup vcpkg
114114 uses : lukka/run-vcpkg@v11
115+ id : vcpkg
115116 with :
116117 # This path is important. It sets the VCPKG_ROOT env var.
117118 vcpkgDirectory : ' ${{ github.workspace }}/vcpkg'
@@ -132,7 +133,9 @@ jobs:
132133 CIBW_BEFORE_BUILD_WINDOWS : >
133134 vcpkg install
134135 CIBW_ENVIRONMENT : >
135- CMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
136+ CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=${{ steps.vcpkg.outputs.vcpkg-cmake-path }}"
137+ # CIBW_ENVIRONMENT: >
138+ # CMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake"
136139
137140 - name : Store wheels as artifact
138141 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments