Skip to content

Commit c320305

Browse files
gbraadpraveenkumar
authored andcommitted
Add slightly more info around cleanup
1 parent f7c884f commit c320305

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ The CRC GitHub Action is a custom GitHub Action designed to integrate CRC into y
44
This action facilitates the setup, start, and management of CRC instances directly within your GitHub
55
Actions pipelines, enabling seamless testing and development of your workload on OpenShift/MicroShift.
66

7-
> [!NOTE]
8-
> You are advised to maximize available diskspace using a third-party action.
9-
107

118
## Features
129

@@ -26,6 +23,12 @@ jobs:
2623
- name: Checkout code
2724
uses: actions/checkout@v4
2825

26+
- name: Remove unwanted stuff
27+
run: |
28+
# According to your needs
29+
#sudo rm -rf /usr/share/dotnet
30+
#sudo rm -rf /usr/local/lib/android
31+
2932
- name: Set up CRC
3033
uses: crc-org/crc-github-action@v1
3134
with:
@@ -38,6 +41,10 @@ jobs:
3841
# Additional steps for your workflow
3942
```
4043

44+
> [!NOTE]
45+
> You are advised to maximize available diskspace using a third-party action.
46+
47+
4148
### Inputs
4249

4350
| Name | Description | Required | Default |

0 commit comments

Comments
 (0)