Skip to content

Commit b4e15e9

Browse files
committed
ci: Try not to call vcvarsall.bat (should be call by cxx-compiler activation script
1 parent ca3f6cc commit b4e15e9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/conda/environment_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ dependencies:
88
- pkg-config
99
- boost
1010
- ccache
11+
- cxx-compiler
1112
- ninja
1213
- scipy

.github/workflows/windows-conda.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ jobs:
6565
run: |
6666
call conda list
6767
68-
:: start building
69-
call "%programfiles%\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
70-
if errorlevel 1 exit 1
71-
7268
mkdir build
7369
pushd build
7470
cmake ^

0 commit comments

Comments
 (0)