Skip to content

Commit d0f04bb

Browse files
authored
Check iostream installed
1 parent 25a324e commit d0f04bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus-cpp
8888
mkdir -p build
8989
cd build
90+
ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.29.30133\include"
9091
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%"
9192
9293
- name: cmake configure

0 commit comments

Comments
 (0)