File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -115,23 +115,23 @@ jobs:
115115 InstallPhpDevPack
116116
117117 - name : Install MSVC Compiler Tool
118- # uses: ilammy/msvc-dev-cmd@v1
119- # with:
120- # arch: ${{ matrix.arch }}
118+ uses : ilammy/msvc-dev-cmd@v1
119+ with :
120+ arch : ${{ matrix.arch }}
121121 # toolset: ${{ matrix.vc_num }}
122- shell : cmd
123- run : |
124- SET VSWHERE="C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere"
125- SET VSCMD_SKIP_SENDTELEMETRY=No way
126-
127- for /f "usebackq tokens=*" %%i in (`%VSWHERE% -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
128- set InstallDir=%%i
129- )
130-
131- if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
132- echo "Found %InstallDir%\Common7\Tools\vsdevcmd.bat"
133- call "%InstallDir%\Common7\Tools\vsdevcmd.bat" %*
134- ) else "VC not found"
122+ # shell: cmd
123+ # run: |
124+ # SET VSWHERE="C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere"
125+ # SET VSCMD_SKIP_SENDTELEMETRY=No way
126+
127+ # for /f "usebackq tokens=*" %%i in (`%VSWHERE% -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
128+ # set InstallDir=%%i
129+ # )
130+
131+ # if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
132+ # echo "Found %InstallDir%\Common7\Tools\vsdevcmd.bat"
133+ # call "%InstallDir%\Common7\Tools\vsdevcmd.bat" %*
134+ # ) else "VC not found"
135135
136136 - name : Set PHP SDK Environment variables
137137 shell : cmd
You can’t perform that action at this time.
0 commit comments