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 f60724b commit ca5a3e3Copy full SHA for ca5a3e3
.github/workflows/ci-build-checks.yaml
@@ -38,8 +38,6 @@ 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'
@@ -61,6 +59,8 @@ jobs:
61
59
62
60
63
+ - name: Remove some unnecessary software to free up disk space
+ run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android &
64
65
66
0 commit comments