From: Martin Quinson Date: Thu, 2 Mar 2023 08:27:40 +0000 (+0100) Subject: GH action: use the correct package name X-Git-Tag: v3.34~409 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c6c651a170f4d277be752dc5115ac13975dab771 GH action: use the correct package name --- diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 3ea58137af..8ea42fecd2 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -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 \