Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
57d4fa05
"docs/pages/vscode:/vscode.git/clone" did not exist on "5ff88b330bcae937c1320cae8ae774e711c1eff2"
Unverified
Commit
57d4fa05
authored
Aug 19, 2025
by
Ryan McCormick
Committed by
GitHub
Aug 19, 2025
Browse files
fix: Use `/usr` dir prefix when freeing disk space (#2514)
parent
85d83108
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/pre-merge-rust.yml
.github/workflows/pre-merge-rust.yml
+4
-4
No files found.
.github/workflows/pre-merge-rust.yml
View file @
57d4fa05
...
...
@@ -52,10 +52,10 @@ jobs:
run
:
|
echo "Disk space before:"
df -h
rm -rf \
/
host_
usr/share/dotnet /
host_
usr/local/lib/android /opt/ghc \
/
host_
usr/local/share/powershell /
host_
usr/share/swift /
host_
usr/local/.ghcup \
/
host_
usr/lib/jvm /opt/hostedtoolcache
sudo
rm -rf \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/usr/lib/jvm /opt/hostedtoolcache
echo "Disk space after:"
df -h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment