File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
.github/actions/build-win Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,10 @@ runs:
5353 cache_dir : ${{ env.CACHE_DIR }}
5454
5555 - name : Configure Developer Command Prompt for MSVC compiler
56- uses : ilammy/msvc-dev-cmd@v1.10 .0
56+ uses : ilammy/msvc-dev-cmd@v1.13 .0
5757 with :
5858 arch : ${{ inputs.arch }}
5959
60- # Workaround for
61- # PHP Warning: PHP Startup: Can't load module 'C:\tools\php\ext\php_zephir_parser.dll'
62- # as it's linked with 14.29, but the core is linked with 14.16 in Unknown on line 0
63- - name : Configure Developer Command Prompt for MSVC compiler
64- 65- if : ${{ inputs.php_version }} == '7.4'
66- with :
67- arch : ${{ inputs.arch }}
68- toolset : 14.16
69-
7060 - name : Getting Details About Installed PHP
7161 shell : powershell
7262 run : |
You can’t perform that action at this time.
0 commit comments