Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GH action: use the correct package name
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 2 Mar 2023 08:27:40 +0000 (09:27 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 2 Mar 2023 08:27:40 +0000 (09:27 +0100)
.github/workflows/git.yml

index 3ea5813..8ea42fe 100644 (file)
@@ -21,7 +21,7 @@ jobs:
 
       - name: build
         run: |
-          sudo apt update && sudo apt-get install ninja libboost-dev libboost-context-dev libns3-dev
+          sudo apt update && sudo apt-get install ninja-build libboost-dev libboost-context-dev libns3-dev
           cmake -GNinja -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
                 -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \
                 -Denable_model-checking=OFF -Denable_smpi_MBI_testsuite=OFF \
@@ -56,7 +56,7 @@ jobs:
 
       - name: build
         run: |
-          sudo apt update && sudo apt-get install ninja libboost-dev libboost-context-dev
+          sudo apt update && sudo apt-get install ninja-build libboost-dev libboost-context-dev
           cmake -GNinja -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
                 -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \
                 -Denable_model-checking=ON -Denable_smpi_MBI_testsuite=OFF \