apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
681 stars 208 forks source link

[#4078] fix(CI): apt purge pop error "E: Unable to locate package" in some ubuntu vm #4081

Closed danhuawang closed 2 days ago

danhuawang commented 3 days ago

What changes were proposed in this pull request?

Fix issue:

sudo apt purge -y \
    firefox \
    google-chrome-stable \
    microsoft-edge-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package google-chrome-stable
E: Unable to locate package microsoft-edge-stable

Why are the changes needed?

Fix: #4078

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

CI