Skip to content

Commit

Permalink
This should be --with-mcrypt as it uses a library
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jul 28, 2023
1 parent fb0f366 commit 89cf506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Generate Build Files
run: phpize
- name: Configure Build
run: configure --enable-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
run: configure --with-mcrypt --with-prefix=${{steps.setup-php.outputs.prefix}}
- name: Build
run: nmake
- name: Define Module Env
Expand Down

0 comments on commit 89cf506

Please sign in to comment.