From 33cf3736cb85e00e9194f0cefe0965bfc66bfdd8 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 17 Aug 2021 16:01:18 -0400 Subject: [PATCH] Oops, fix compression option. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f9b26da3c..e5f3e880d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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.gz | tar -xzvJ && 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