diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index 3e0e13d21a7..eee8dc9c5e5 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -125,6 +125,9 @@ jobs: update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 30 update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 30 + # For building the latest h5py + apt install --assume-yes --no-install-recommends libhdf5-dev + - name: Install sccache uses: mozilla-actions/sccache-action@v0.0.4 with: