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 86dfd4b commit 353bbb0Copy full SHA for 353bbb0
.github/workflows/ci.yml
@@ -36,13 +36,6 @@ jobs:
36
with:
37
egress-policy: audit
38
39
- - name: Free disk space
40
- if: ${{ matrix.os == 'ubuntu-latest'}}
41
- run: |
42
- df -h
43
- sudo rm -rf /usr/local/lib/android
44
- sudo rm -rf /usr/share/dotnet
45
46
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
48
submodules: true
.github/workflows/integration_tests.yml
@@ -18,12 +18,6 @@ jobs:
18
19
20
21
22
23
24
25
26
27
28
29
0 commit comments