The RAID controller failed on ftp.fau.de, so move to a new source to fix the builds.

This commit is contained in:
Marcus Edel
2020-06-04 13:58:23 +02:00
parent 1e802b27b2
commit 9c3c412d08
+1 -1
View File
@@ -40,7 +40,7 @@ steps:
fi
# Install armadillo.
curl https://ftp.fau.de/macports/distfiles/armadillo/armadillo-8.400.0.tar.xz | tar -xvJ && cd armadillo*
curl https://data.kurg.org/armadillo-8.400.0.tar.xz | tar -xvJ && cd armadillo*
cmake . && make && sudo make install && cd ..
displayName: 'Install Build Dependencies'