File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ jobs:
111111 - name : Checkout Repository
112112 uses : actions/checkout@v3
113113
114-
115114 # # https://github.com/actions/runner-images/issues/2840#issuecomment-3641541098
116115 - 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 /
116+ run : |
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 /
125125
126126 # # R is already included in the Bioconductor docker images
127127 - name : Setup R from r-lib
You can’t perform that action at this time.
0 commit comments