Skip to content

Commit

Permalink
Fix CI docker cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Vince JV <[email protected]>
  • Loading branch information
vincejv committed Dec 21, 2024
1 parent f836e50 commit e57bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
# docker rmi `docker images -q`
sudo -E rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/apt/sources.list.d /usr/local/lib/android
sudo -E apt-mark hold grub-efi-amd64-signed
sudo -E apt update
Expand Down

0 comments on commit e57bfd2

Please sign in to comment.