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 7908393 commit 7bae33dCopy full SHA for 7bae33d
.github/workflows/build-binaries.yml
@@ -107,7 +107,7 @@ jobs:
107
run: |
108
# Use Launchpad to install PHP dependencies automatically
109
# This replaces the manual apt-get install of all dependencies
110
- ./launchpad install --deps-only php
+ ./launchpad install php --deps-only
111
112
# Alternative: Use apt-get for manual dependency installation
113
# sudo apt-get update
@@ -144,7 +144,7 @@ jobs:
144
145
146
# This replaces the manual brew install of all dependencies
147
148
149
# Alternative: Use Homebrew for manual dependency installation
150
# brew install \
0 commit comments