From c434f9507c6b88327d60cc77770e371e248483ed Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 14 Oct 2021 16:14:22 +0200 Subject: [PATCH] Update test-build.yml --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index ac1d503..d0e8884 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -19,7 +19,7 @@ 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/untagged-c1e46a50d86b835555c8/trexio-1.1.0.tar.gz + 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 ./configure --prefix=/usr