mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Update CI
This commit is contained in:
parent
5f30bed2d1
commit
2c0dc5561b
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
@ -20,8 +20,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install trexio
|
- name: Install trexio
|
||||||
run: |
|
run: |
|
||||||
export VERSION=2.0.0
|
wget https://github.com/TREX-CoE/trexio/releases/download/v2.0/trexio-2.0.0.tar.gz
|
||||||
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.tar.gz
|
# export VERSION=2.0.0
|
||||||
|
# wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.tar.gz
|
||||||
tar -zxf trexio-${VERSION}.tar.gz
|
tar -zxf trexio-${VERSION}.tar.gz
|
||||||
cd trexio-${VERSION}
|
cd trexio-${VERSION}
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user