Skip to content

Commit 89cf506

Browse files
committed
This should be --with-mcrypt as it uses a library
1 parent fb0f366 commit 89cf506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Generate Build Files
5050
run: phpize
5151
- name: Configure Build
52-
run: configure --enable-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
52+
run: configure --with-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
5353
- name: Build
5454
run: nmake
5555
- name: Define Module Env

0 commit comments

Comments
 (0)