We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881bdc7 commit 0956c4fCopy full SHA for 0956c4f
.github/workflows/release-python.yml
@@ -110,7 +110,7 @@ jobs:
110
CIBW_BUILD: ${{ matrix.build }}
111
CIBW_BUILD_VERBOSITY: 1
112
CIBW_ENVIRONMENT: CMAKE_BUILD_PARALLEL_LEVEL=4
113
- CMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/toolchains/arm-linux-gnueabi.toolchain.cmake
+ CMAKE_TOOLCHAIN_FILE=/project/toolchains/arm-linux-gnueabi.toolchain.cmake
114
with:
115
output-dir: wheelhouse
116
0 commit comments