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
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:
...
@@ -52,10 +52,10 @@ jobs:
run
:
|
run
:
|
echo "Disk space before:"
echo "Disk space before:"
df -h
df -h
rm -rf \
sudo
rm -rf \
/
host_
usr/share/dotnet /
host_
usr/local/lib/android /opt/ghc \
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
/
host_
usr/local/share/powershell /
host_
usr/share/swift /
host_
usr/local/.ghcup \
/usr/local/share/powershell /usr/share/swift /usr/local/.ghcup \
/
host_
usr/lib/jvm /opt/hostedtoolcache
/usr/lib/jvm /opt/hostedtoolcache
echo "Disk space after:"
echo "Disk space after:"
df -h
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