File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v3
2121
22- - name : Setup MSVC
23- uses : ilammy/msvc-dev-cmd@v1
24- with :
25- arch : ${{ matrix.architecture }}
26-
2722 - name : Set up Python 3.10
2823 uses : actions/setup-python@v4
2924 with :
3732 python-version : ' 3.10'
3833 architecture : ${{ matrix.architecture }}
3934
40- - name : Set MSVC PATH
41- shell : powershell
42- run : |
43- $vsPath = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath
44- $PATH = "$vsPath\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64;$vsPath\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;$vsPath\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;$env:PATH"
45- echo "PATH=$PATH" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
46-
4735 - name : Install SLEEF and other dependencies
4836 shell : bash -l {0}
4937 run : |
You can’t perform that action at this time.
0 commit comments