Oops, it's a .gz.

This commit is contained in:
Ryan Curtin
2021-08-17 15:09:12 -04:00
parent 335d30c10d
commit 57271580ac
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --allow-unauthenticated libopenblas-dev liblapack-dev g++ libboost-all-dev libcereal-dev
curl https://files.mlpack.org/armadillo-8.400.0.tar.xz | tar -xvJ && cd armadillo*
curl https://files.mlpack.org/armadillo-8.400.0.tar.gz | tar -xzvJ && cd armadillo*
cmake . && make && sudo make install && cd ..
- name: Install R-bindings dependencies