mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Update test-build.yml
This commit is contained in:
parent
c434f9507c
commit
ef25dd3c2e
7
.github/workflows/test-build.yml
vendored
7
.github/workflows/test-build.yml
vendored
@ -19,9 +19,10 @@ jobs:
|
||||
- name: Install trexio
|
||||
run: |
|
||||
# TODO: Update the following link when v1.1 will be released
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v1.1.0/trexio-1.1.0.tar.gz
|
||||
tar -zxf trexio-1.0.0.tar.gz
|
||||
cd trexio-1.0.0
|
||||
export VERSION=1.1.0
|
||||
wget https://github.com/TREX-CoE/trexio/releases/download/v${VERSION}/trexio-${VERSION}.tar.gz
|
||||
tar -zxf trexio-${VERSION}.tar.gz
|
||||
cd trexio-${VERSION}
|
||||
./configure --prefix=/usr
|
||||
make -j 8
|
||||
sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user