mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-10 21:18:37 +01:00
Install HDF5 for trexio
This commit is contained in:
parent
d17b0f88d1
commit
db59021544
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs autoconf
|
run: sudo apt-get install emacs autoconf libhdf5-dev
|
||||||
- name: install trexio
|
- name: install trexio
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
|
wget https://github.com/TREX-CoE/trexio/releases/download/v1.0/trexio-1.0.0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user