Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#4078] fix(CI): apt purge pop error "E: Unable to locate package" in…
… some ubuntu vm (#4081) ### 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
- Loading branch information