Skip to content

Commit bb42e0f

Browse files
authored
fix build fml (#2739)
<!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 5e876d9. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f804e67 commit bb42e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ inputs:
1010
runs:
1111
using: "composite"
1212
steps:
13-
- name: Remove unused tools
13+
- name: Remove unused tools (Linux only)
14+
if: runner.os == 'Linux'
1415
shell: bash
1516
run: |
1617
# from https://carlosbecker.com/posts/github-actions-disk-space/ and

0 commit comments

Comments
 (0)