Skip to content

Commit a5e948b

Browse files
committed
Corrected parentheses
1 parent 4480ccb commit a5e948b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
CUDA_BINDINGS_PARALLEL_LEVEL=${{ env.CUDA_BINDINGS_PARALLEL_LEVEL }}
143143
CIBW_ENVIRONMENT_WINDOWS: >
144144
CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
145-
LIB="%CUDA_HOME%\\lib\\x64;%LIB%"
145+
LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
146146
CUDA_BINDINGS_PARALLEL_LEVEL=${{ env.CUDA_BINDINGS_PARALLEL_LEVEL }}
147147
with:
148148
package-dir: ./cuda_bindings/

0 commit comments

Comments
 (0)