We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf6bd9 commit a9e84f3Copy full SHA for a9e84f3
.github/workflows/test.yaml
@@ -18,9 +18,7 @@ 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