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 bc1233d commit b23f06fCopy full SHA for b23f06f
ci/scripts/util_free_space.sh
@@ -88,7 +88,8 @@ sudo rm -rf /opt/hostedtoolcache/PyPy || :
88
sudo rm -rf /opt/hostedtoolcache/node || :
89
# Remove Web browser packages
90
sudo apt purge -y firefox
91
-sudo apt purge -y google-chrome-stable
+# google-chrome-stable isn't installed on arm64 image.
92
+sudo apt purge -y google-chrome-stable || :
93
# microsoft-edge-stable isn't installed on arm64 image.
94
sudo apt purge -y microsoft-edge-stable || :
95
df -h
0 commit comments