Skip to content

Commit dadf359

Browse files
fixing-ci
1 parent a9c2f7d commit dadf359

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
with:
2121
php-version: "8.3"
2222

23+
- name: Install PHP dependencies
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y librdkafka-dev
27+
sudo pecl install rdkafka
28+
2329
- name: Checkout code
2430
uses: actions/checkout@v3
2531

0 commit comments

Comments
 (0)