Skip to content

Commit 9f4289a

Browse files
authored
Merge pull request #25 from shivammathur/ci
ci: fix libraries in workflow
2 parents ee73780 + 353c9b3 commit 9f4289a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
arch: ${{ matrix.arch }}
4242
ts: ${{ matrix.ts }}
4343
args: --with-mcrypt
44-
libs: libmcrypt
44+
libs: libmcrypt, dirent
4545

4646
linux:
4747
runs-on: ubuntu-latest
@@ -61,7 +61,9 @@ jobs:
6161
php-version: "${{ matrix.php }}"
6262
coverage: none
6363
tools: pecl
64-
deps: "libmcrypt"
64+
65+
- name: Install dependencies
66+
run: sudo apt-get install -y libmcrypt-dev
6567

6668
- name: Compile
6769
run: phpize && ./configure && make all

0 commit comments

Comments
 (0)