Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update LSP Test CI, use pwsh to remove all g++/clang++ in PATH instea…
…d of hardcode After GitHub bumped its Windows Actions runner image, our LSP CI is failing, because Chololatey doesn't have g++ anymore. While the runner image is an absolute disaster (refusal to remove Strawberry Perl being one, see actions/runner-images#5459), we still need to use it, and thus still need to come up with a more robust way of uninstalling g++/clang++. This commit removes hardcoded g++ locations, instead it uses `Get-Command` in powershell to locate `g++` and delete all of them.
- Loading branch information