Skip to content

Commit

Permalink
Fix CI issue with grub-efi
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Mar 6, 2023
1 parent f1486c7 commit 94d7db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- name: Freeing up more disk space
run: |
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- uses: actions/checkout@v2
Expand Down

0 comments on commit 94d7db0

Please sign in to comment.