We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a28cb commit ccfeab6Copy full SHA for ccfeab6
.github/workflows/main.yml
@@ -87,6 +87,7 @@ jobs:
87
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
88
mkdir -p build
89
cd build
90
+ ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\include"
91
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DXEUS_BUILD_TESTS=ON -DDEPENDENCY_SEARCH_PREFIX="%CONDA_PREFIX%\Library" -DCMAKE_PREFIX_PATH="%CONDA_PREFIX%\Library" -DCMAKE_INSTALL_PREFIX="%CONDA_PREFIX%"
92
93
- name: cmake configure
0 commit comments