GitHub Action : Install hdf5-dev package

This commit is contained in:
Magne Sjaastad
2020-05-28 09:49:04 +02:00
parent 9a0c2304a6
commit 85def545f2
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ jobs:
pip install pytest pip install pytest
- name: Install Linux dependencies - name: Install Linux dependencies
if: "contains( matrix.config.os, 'ubuntu')" if: "contains( matrix.config.os, 'ubuntu')"
run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev libhdf5-dev
- name: Cache vcpkg artifacts - name: Cache vcpkg artifacts
uses: actions/cache@v1 uses: actions/cache@v1
with: with:

View File

@@ -42,7 +42,7 @@ jobs:
pip install pytest pip install pytest
- name: Install Linux dependencies - name: Install Linux dependencies
if: "contains( matrix.os, 'ubuntu')" if: "contains( matrix.os, 'ubuntu')"
run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev libhdf5-dev
- name: Cache vcpkg artifacts - name: Cache vcpkg artifacts
uses: actions/cache@v1 uses: actions/cache@v1
with: with: