Skip to content

Commit 0a5265c

Browse files
committed
fix
1 parent 1015bb0 commit 0a5265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ jobs:
130130
image: ${{ matrix.container_image }}
131131
options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }}
132132
volumes:
133-
- /node20217:/node20217:rw,rshared
134-
- /node20217:/__e/node20:ro,rshared
133+
- ${{ inputs.architecture == 'x86_64' && '/node20217:/node20217:rw,rshared' || ' ' }}
134+
- ${{ inputs.architecture == 'x86_64' && '/node20217:/__e/node20:ro,rshared' || ' ' }}
135135
timeout-minutes: ${{ inputs.timeout }}
136136
steps:
137137
- name: Clean workspace

0 commit comments

Comments
 (0)