Skip to content

Commit 211d8a5

Browse files
authored
Update check-bioc.yml
Claim disk space by removing unused tools, see: actions/runner-images#2840 (comment)
1 parent c861153 commit 211d8a5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ jobs:
111111
- name: Checkout Repository
112112
uses: actions/checkout@v3
113113

114+
115+
## https://github.com/actions/runner-images/issues/2840#issuecomment-3641541098
116+
- name: Claim disk space
117+
# Remove unused tools
118+
sudo rm -rf /opt/microsoft # 783M
119+
sudo rm -rf /usr/lib/llvm-* # 1900M
120+
sudo rm -rf /usr/local/julia* # 1008M
121+
sudo rm -rf /usr/local/share/chromium # 613M
122+
sudo rm -rf /usr/local/share/powershell # 1244M
123+
sudo rm -rf /usr/share/swift # 3207M
124+
sudo df -TBG /
125+
114126
## R is already included in the Bioconductor docker images
115127
- name: Setup R from r-lib
116128
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)