We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b1bfb commit c284e0aCopy full SHA for c284e0a
1 file changed
.github/actions/setup-linux/action.yml
@@ -55,7 +55,7 @@ runs:
55
echo "::endgroup::"
56
57
- name: Set swap space
58
- if: ${{ startsWith(inputs.toolkit, 'cuda') && runner.arch == 'arm64' }}
+ if: ${{ startsWith(inputs.toolkit, 'cuda') }}
59
uses: pierotofy/set-swap-space@fc79b3f67fa8a838184ce84a674ca12238d2c761
60
with:
61
swap-size-gb: 16
0 commit comments