Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Feb 10, 2025
1 parent f40f2a6 commit b6b2295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
arch: ${{matrix.arch}}
toolset: ${{steps.setup-php.outputs.toolset}}
- name: Patch registry
run: reg add HKLM\Software\Policies\Microsoft\Internet Explorer\Main /v JScriptReplacement /d 0 /f
run: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main" /v JScriptReplacement /d 0 /f
- name: phpize
run: phpize
- name: configure
Expand Down

0 comments on commit b6b2295

Please sign in to comment.