Skip to content

Commit 39569da

Browse files
committed
Work around CI failures coming from Launchable
https://github.com/ruby/ruby/actions/runs/15640729145/job/44067161266
1 parent 69148a8 commit 39569da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup/directories/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,5 @@ runs:
183183
${{ steps.clean.outputs.distclean }}
184184
${{ steps.clean.outputs.remained-files }}
185185
${{ steps.clean.outputs.final }}
186+
# rmdir randomly fails due to launchable files
187+
continue-on-error: true

0 commit comments

Comments
 (0)