Skip to content

Commit bfec210

Browse files
committed
hdf5 dependency
1 parent 2887700 commit bfec210

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ ubuntu-22.04, ubuntu-24.04 ]
16-
compiler: [ gcc-10, gcc-11, gcc-12, gcc-13, gcc-14,
16+
compiler: [ gcc-10, gcc-11, gcc-12, gcc-13, gcc-14, gcc-15,
1717
clang-14, clang-15, clang-16, clang-17, clang-18, clang-19, clang-20, icx ]
1818

1919
steps:
@@ -22,6 +22,8 @@ jobs:
2222
run: |
2323
skip_list=(
2424
"ubuntu-22.04:gcc-14"
25+
"ubuntu-22.04:gcc-15"
26+
"ubuntu-24.04:gcc-15"
2527
)
2628
2729
combo="${{ matrix.os }}:${{ matrix.compiler }}"
@@ -34,6 +36,9 @@ jobs:
3436
done
3537
echo "SKIP_COMPILE=false" >> "$GITHUB_ENV"
3638
39+
- name: Install system deps
40+
run: apt-get update && sudo apt-get install -y libhdf5-dev
41+
3742
- name: Checkout
3843
uses: actions/checkout@v4
3944
with:

0 commit comments

Comments
 (0)