Skip to content

Commit 8876ca6

Browse files
committed
Remove workaround
Signed-off-by: paul.profizi <[email protected]>
1 parent 85c84dd commit 8876ca6

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/examples_docker.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ jobs:
6565
os: ["ubuntu-latest"]
6666

6767
steps:
68-
- name: "Check disk space"
69-
run: df . -h
70-
71-
- name: "Free disk space"
72-
run: |
73-
sudo rm -rf \
74-
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
75-
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
76-
/usr/lib/jvm || true
7768

7869
- name: "Check disk space"
7970
run: df . -h

.github/workflows/test_docker.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
os: ["ubuntu-latest"]
4545

4646
steps:
47-
- name: "Check disk space"
48-
run: df . -h
49-
50-
- name: "Free disk space"
51-
run: |
52-
sudo rm -rf \
53-
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
54-
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
55-
/usr/lib/jvm || true
5647

5748
- name: "Check disk space"
5849
run: df . -h

0 commit comments

Comments
 (0)