Skip to content

Commit 3d248c1

Browse files
committed
setup workflow
1 parent 920454e commit 3d248c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install librdkafka and rdkafka extension
2626
run: |
2727
sudo apt-get install -y librdkafka-dev
28-
pecl install rdkafka
28+
sudo pecl install rdkafka
2929
echo "extension=rdkafka.so" >> $(php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||")
3030
3131
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)