Fix R binding CI build (hopefully).

This commit is contained in:
Ryan Curtin
2021-08-19 11:32:59 -04:00
parent 24b41c7e38
commit b32e587acb
+2 -2
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://data.kurg.org/armadillo-8.400.0.tar.xz | tar -xvJ && cd armadillo*
curl https://files.mlpack.org/armadillo-8.400.0.tar.gz | tar -xzv && cd armadillo*
cmake . && make && sudo make install && cd ..
- name: Install R-bindings dependencies
@@ -68,7 +68,7 @@ jobs:
- name: Build
run: |
cd build && make -j2 && make -j2 mlpack_test
cd build && make && make mlpack_test
- name: Run tests via ctest
run: |