Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-06-10 07:23:04 +02:00 committed by GitHub
parent 9b6ddb35f6
commit f29de0afc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ steps:
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- wget https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v5.10.1.tar.gz
- wget https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v5.10.1.tar.gz
- tar zvxf v5.10.1.tar.gz
- cd SuiteSparse-5.10.1
- export LD_LIBRARY_PATH=/drone/src