We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c172c commit 085670fCopy full SHA for 085670f
.github/workflows/provisioning-tests.yml
@@ -56,7 +56,7 @@ jobs:
56
# 2023-09-28: google-cloud-sdk removed from this list because it was intermittently
57
# unavailable as an apt package to remove, and might be migrating to snap. If more
58
# disk space is needed, see if the snap is installed, and remove that.
59
- run: sudo apt remove --purge -y ghc-* azure-cli hhvm llvm-* dotnet-* powershell mono-* php* ruby*
+ run: sudo apt remove --purge -y ghc-* azure-cli llvm-* dotnet-* powershell mono-* php* ruby*
60
61
- name: set up requirements
62
run: make requirements
0 commit comments