Skip to content

Commit

Permalink
chore: update package index before remove packages
Browse files Browse the repository at this point in the history
  • Loading branch information
huajijam authored and NextAlone committed Apr 21, 2023
1 parent 59bc26d commit 3d19c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Prepare Environment
run: |
echo "Removing large packages"
sudo apt-get update
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y '^llvm-.*'
sudo apt-get remove -y 'php.*'
Expand All @@ -76,6 +77,7 @@ jobs:
sudo apt-get remove -y azure-cli google-cloud-sdk google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri
sudo apt-get autoremove -y
sudo apt-get clean
echo "Removing large directories"
sudo rm -rf /usr/share/dotnet/
sudo rm -rf /usr/local/graalvm/
Expand Down

0 comments on commit 3d19c8a

Please sign in to comment.