We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6d60c commit faf6bd9Copy full SHA for faf6bd9
.github/workflows/test.yaml
@@ -18,6 +18,9 @@ jobs:
18
fetch-depth: 0
19
- name: Clean up unnecessary packages
20
run: |
21
+ sudo rm -rf "/usr/share/dotnet" || true
22
+ sudo rm -rf "/usr/local/lib/android" || true
23
+ sudo rm -rf "/usr/local/share/boost" || true
24
docker system prune -a --volumes -f
25
- uses: actions/setup-go@v5
26
with:
0 commit comments