Skip to content

Commit 085670f

Browse files
committed
fix: hhvm isn't installed in 24.04.
1 parent a5c172c commit 085670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provisioning-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# 2023-09-28: google-cloud-sdk removed from this list because it was intermittently
5757
# unavailable as an apt package to remove, and might be migrating to snap. If more
5858
# 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*
59+
run: sudo apt remove --purge -y ghc-* azure-cli llvm-* dotnet-* powershell mono-* php* ruby*
6060

6161
- name: set up requirements
6262
run: make requirements

0 commit comments

Comments
 (0)