fix: 移除多餘空行以清理 release.yml 檔案
This commit is contained in:
parent
4db68fea55
commit
25e12e8a07
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -372,7 +372,7 @@ jobs:
|
|||
run: |
|
||||
echo "🧹 清理磁碟空間以拉取大型 Docker image..."
|
||||
df -h /
|
||||
|
||||
|
||||
# 移除大型預裝軟體
|
||||
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc || true
|
||||
sudo rm -rf /opt/hostedtoolcache /usr/share/swift /opt/microsoft || true
|
||||
|
|
@ -380,11 +380,11 @@ jobs:
|
|||
sudo rm -rf /usr/lib/google-cloud-sdk /usr/local/share/powershell || true
|
||||
sudo rm -rf /usr/share/miniconda /usr/local/go ~/go || true
|
||||
sudo rm -rf /usr/share/rust ~/.rustup ~/.cargo || true
|
||||
|
||||
|
||||
# 清理 apt cache
|
||||
sudo apt-get clean || true
|
||||
sudo rm -rf /var/lib/apt/lists/* || true
|
||||
|
||||
|
||||
echo "📊 清理後磁碟空間:"
|
||||
df -h /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue