There was an error while loading. Please reload this page.
1 parent 88f7a55 commit 570a03bCopy full SHA for 570a03b
1 file changed
.github/workflows/main.yml
@@ -26,8 +26,6 @@ jobs:
26
# The type of runner that the job will run on
27
runs-on: ${{ matrix.os }}
28
29
- timeout-minutes: 180
30
-
31
steps:
32
- name: Free Disk Space (Ubuntu)
33
if: matrix.os == 'ubuntu-latest'
@@ -45,7 +43,6 @@ jobs:
45
43
sudo rm -rf /usr/local/graalvm/
46
44
sudo rm -rf /usr/local/share/powershell
47
sudo rm -rf /usr/local/share/chromium
48
- sudo rm -rf /usr/local/lib/node_modules
49
50
sudo docker image prune --all --force
51
0 commit comments