env library does not install #576
-
Apologies if this is obvious, I am new to workflows.
The following is successful.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Support for installing libraries with pecl extensions is in develop branch. It will be in the next release. Currently, use the install from source API of setup-php to do this. - name: Setup PHP
uses: shivammathur/setup-php@v2
env:
RDKAFKA_LIBS: librdkafka-dev
with:
php-version: '8.0'
extensions: rdkafka-arnaud-lb/php-rdkafka@6.0.1 You do not need to specify |
Beta Was this translation helpful? Give feedback.
Support for installing libraries with pecl extensions is in develop branch. It will be in the next release.
Currently, use the install from source API of setup-php to do this.
https://github.com/shivammathur/setup-php/wiki/Add-extension-from-source
You do not need to specify
extension=rdkafka.so
inini-values
input.