From a340cf062dfef25834b8809158f37ff9f81e6ae9 Mon Sep 17 00:00:00 2001 From: Alan Beveridge Date: Tue, 9 Apr 2024 10:17:36 -0700 Subject: [PATCH] Install dlib so the source will compile --- .github/workflows/cmake.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cf8e1ce..2d37510 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,6 +20,10 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install dependencies + shell: bash + run: sudo apt-get update; sudo apt-get install libdlib-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