We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30962e commit 133504bCopy full SHA for 133504b
.github/actions/build-win/action.yml
@@ -62,7 +62,7 @@ runs:
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/msvc-dev-cmd@v1.10.0
65
- if: matrix.php == '7.4'
+ if: ${{ inputs.php_version }} == '7.4'
66
with:
67
arch: ${{ inputs.arch }}
68
toolset: 14.16
0 commit comments