Skip to content

Commit 0956c4f

Browse files
committed
s
1 parent 881bdc7 commit 0956c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
CIBW_BUILD: ${{ matrix.build }}
111111
CIBW_BUILD_VERBOSITY: 1
112112
CIBW_ENVIRONMENT: CMAKE_BUILD_PARALLEL_LEVEL=4
113-
CMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/toolchains/arm-linux-gnueabi.toolchain.cmake
113+
CMAKE_TOOLCHAIN_FILE=/project/toolchains/arm-linux-gnueabi.toolchain.cmake
114114
with:
115115
output-dir: wheelhouse
116116

0 commit comments

Comments
 (0)