Skip to content

Commit 133504b

Browse files
committed
Use conditional php ver from inputs var
1 parent a30962e commit 133504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
# as it's linked with 14.29, but the core is linked with 14.16 in Unknown on line 0
6363
- name: Configure Developer Command Prompt for MSVC compiler
6464
uses: ilammy/msvc-dev-cmd@v1.10.0
65-
if: matrix.php == '7.4'
65+
if: ${{ inputs.php_version }} == '7.4'
6666
with:
6767
arch: ${{ inputs.arch }}
6868
toolset: 14.16

0 commit comments

Comments
 (0)