We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d6c83 commit f60724bCopy full SHA for f60724b
.github/workflows/ci-build-checks.yaml
@@ -38,6 +38,8 @@ jobs:
38
39
steps:
40
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
41
+ - name: Remove some unnecessary software to free up disk space
42
+ run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android &
43
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
44
with:
45
python-version: '3.10'
0 commit comments