There was an error while loading. Please reload this page.
1 parent 020e4e9 commit eb0520bCopy full SHA for eb0520b
1 file changed
.github/workflows/ci.yml
@@ -70,6 +70,17 @@ jobs:
70
php-version: ${{ matrix.php-version }}
71
extensions: ${{ matrix.extensions }}
72
73
+ - name: Install ext-eio
74
+ run: |
75
+ git clone https://github.com/rosmanov/pecl-eio
76
+ cd pecl-eio
77
+ phpize
78
+ ./configure
79
+ make
80
+ sudo make install
81
+ echo "extension=eio.so" | sudo tee $(php-config --ini-dir)/zz-eio.ini
82
+ if: runner.os == 'Linux'
83
+
84
- name: Get Composer cache directory
85
id: composer-cache
86
run: echo "dir=$(composer config cache-dir)" >> $GITHUB_OUTPUT
0 commit comments