Skip to content

Commit 894b681

Browse files
committed
#160 - Update MSVC compiler configuration to use version 1.13.0
1 parent 2fad272 commit 894b681

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/actions/build-win/action.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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-
uses: ilammy/[email protected]
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: |

0 commit comments

Comments
 (0)