File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
.github/actions/build-win Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,16 @@ runs:
53
53
cache_dir : ${{ env.CACHE_DIR }}
54
54
55
55
- name : Configure Developer Command Prompt for MSVC compiler
56
- if : ${{ matrix.php }} != '7.4'
57
- uses : ilammy/msvc-dev-cmd@v1.9.0
56
+ uses : ilammy/msvc-dev-cmd@v1.10.0
58
57
with :
59
58
arch : ${{ inputs.arch }}
60
59
61
60
# Workaround for
62
61
# PHP Warning: PHP Startup: Can't load module 'C:\tools\php\ext\php_zephir_parser.dll'
63
62
# as it's linked with 14.29, but the core is linked with 14.16 in Unknown on line 0
64
63
- name : Configure Developer Command Prompt for MSVC compiler
65
- if : ${{ matrix.php }} == '7.4'
66
- uses : ilammy/msvc-dev-cmd@v1.9.0
64
+ uses : ilammy/msvc-dev-cmd@v1.10.0
65
+ if : matrix.php == '7.4'
67
66
with :
68
67
arch : ${{ inputs.arch }}
69
68
toolset : 14.16
You can’t perform that action at this time.
0 commit comments