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