mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-11 23:14:50 +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
|
||||
shell: bash
|
||||
env:
|
||||
CMAKE_ARGS_CPU: >
|
||||
CMAKE_ARGS_CPU: >-
|
||||
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
||||
-DMLX_BUILD_CUDA=OFF
|
||||
CMAKE_ARGS_CUDA: >
|
||||
CMAKE_ARGS_CUDA: >-
|
||||
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
|
||||
-DCMAKE_CUDA_COMPILER=/usr/local/${{ inputs.toolkit }}/bin/nvcc
|
||||
-DMLX_BUILD_CUDA=ON
|
||||
|
||||
Reference in New Issue
Block a user