We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee73780 + 353c9b3 commit 9f4289aCopy full SHA for 9f4289a
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
arch: ${{ matrix.arch }}
42
ts: ${{ matrix.ts }}
43
args: --with-mcrypt
44
- libs: libmcrypt
+ libs: libmcrypt, dirent
45
46
linux:
47
runs-on: ubuntu-latest
@@ -61,7 +61,9 @@ jobs:
61
php-version: "${{ matrix.php }}"
62
coverage: none
63
tools: pecl
64
- deps: "libmcrypt"
+
65
+ - name: Install dependencies
66
+ run: sudo apt-get install -y libmcrypt-dev
67
68
- name: Compile
69
run: phpize && ./configure && make all
0 commit comments