Skip to content

Commit c284e0a

Browse files
authored
Enable swap for all CI building CUDA (#3437)
1 parent b9b1bfb commit c284e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
echo "::endgroup::"
5656
5757
- name: Set swap space
58-
if: ${{ startsWith(inputs.toolkit, 'cuda') && runner.arch == 'arm64' }}
58+
if: ${{ startsWith(inputs.toolkit, 'cuda') }}
5959
uses: pierotofy/set-swap-space@fc79b3f67fa8a838184ce84a674ca12238d2c761
6060
with:
6161
swap-size-gb: 16

0 commit comments

Comments
 (0)