We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6073f9d commit 7ce4371Copy full SHA for 7ce4371
1 file changed
internal/setup-runner/action.yml
@@ -22,7 +22,7 @@ runs:
22
- name: Fix Windows line breaks
23
if: runner.os == 'Windows'
24
shell: bash
25
- run: find . -type f -print0 | xargs -0 d2u 2>/dev/null
+ run: find . -type f -print0 | xargs -0 d2u 2>/dev/null || echo "Ignoring failure"
26
27
- name: Install bazelrc files
28
0 commit comments