We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f366 commit 89cf506Copy full SHA for 89cf506
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Generate Build Files
50
run: phpize
51
- name: Configure Build
52
- run: configure --enable-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
+ run: configure --with-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
53
- name: Build
54
run: nmake
55
- name: Define Module Env
0 commit comments