[github-action] add depedencies for ubuntu/cmake.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 6 Jul 2022 07:22:07 +0000 (16:22 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 6 Jul 2022 07:45:41 +0000 (16:45 +0900)
Add apt-get install for dependencies.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.github/workflows/ubuntu_clean_cmake_build.yml

index d3c77184085c44d63ac4ef17d8f405d2b313b723..03cad82236e72c97928421db4a3e0061d4ee99d8 100644 (file)
@@ -21,6 +21,9 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
+    - name: Install required packages
+      run: sudo add-apt-repository ppa:nnstreamer/ppa && sudo apt update && sudo apt install libpaho-mqtt-dev libglib2.0-dev libgtest-dev
+
     - name: Configure CMake
       # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
       # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type