mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-14 17:12:49 +08:00
Trailing newline prevents new env
This commit is contained in:
4
.github/actions/build-linux/action.yml
vendored
4
.github/actions/build-linux/action.yml
vendored
@@ -12,10 +12,10 @@ runs:
|
|||||||
- name: Set cmake args
|
- name: Set cmake args
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
CMAKE_ARGS_CPU: >
|
CMAKE_ARGS_CPU: >-
|
||||||
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
||||||
-DMLX_BUILD_CUDA=OFF
|
-DMLX_BUILD_CUDA=OFF
|
||||||
CMAKE_ARGS_CUDA: >
|
CMAKE_ARGS_CUDA: >-
|
||||||
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
||||||
-DCMAKE_CUDA_COMPILER=/usr/local/${{ inputs.toolkit }}/bin/nvcc
|
-DCMAKE_CUDA_COMPILER=/usr/local/${{ inputs.toolkit }}/bin/nvcc
|
||||||
-DMLX_BUILD_CUDA=ON
|
-DMLX_BUILD_CUDA=ON
|
||||||
|
|||||||
Reference in New Issue
Block a user