Skip to content

Commit 7bae33d

Browse files
committed
chore: wip
1 parent 7908393 commit 7bae33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
# Use Launchpad to install PHP dependencies automatically
109109
# This replaces the manual apt-get install of all dependencies
110-
./launchpad install --deps-only php
110+
./launchpad install php --deps-only
111111
112112
# Alternative: Use apt-get for manual dependency installation
113113
# sudo apt-get update
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
# Use Launchpad to install PHP dependencies automatically
146146
# This replaces the manual brew install of all dependencies
147-
./launchpad install --deps-only php
147+
./launchpad install php --deps-only
148148
149149
# Alternative: Use Homebrew for manual dependency installation
150150
# brew install \

0 commit comments

Comments
 (0)