Skip to content

Commit e0620ce

Browse files
committed
fixing setup
1 parent 7a78f84 commit e0620ce

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/temp.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
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:
@@ -37,13 +32,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)