Skip to content

Commit

Permalink
[cpp] Disable windows builds. HDF5 has problems compiling with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 3, 2024
1 parent 2cac9c3 commit 771bacb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
git clone https://github.com/conan-io/cmake-conan.git -b develop2 external/cmake-conan
- name: CMake configure
if: runner.os != 'Windows'
run: >
cmake
-B build
Expand All @@ -122,6 +123,7 @@ jobs:
${{ matrix.cmake_flags }}
- name: CMake build
if: runner.os != 'Windows'
run: cmake --build build

- name: PIP
Expand Down

0 comments on commit 771bacb

Please sign in to comment.