Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CI wrench: spaces, no TAB
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 12 Sep 2021 19:39:15 +0000 (21:39 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 12 Sep 2021 19:39:15 +0000 (21:39 +0200)
.github/workflows/ci-wrench.yml

index 20bb594..5baaaef 100644 (file)
@@ -24,9 +24,9 @@ jobs:
           apt -y install wget
           apt -y install git
           apt -y install libboost-all-dev
-         apt -y install libpugixml-dev
-         apt -y install nlohmann-json3-dev
-         apt -y install googletest
+          apt -y install libpugixml-dev
+          apt -y install nlohmann-json3-dev
+          apt -y install googletest
       - name: Build and test WRENCH
         run: |
           set -e