From d41aa29e5349fda83faafc4aaa47e4b0cf0307b1 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Tue, 19 Mar 2024 09:04:47 +0300 Subject: [PATCH] Add dependencies for workflow --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c0818aee..d530adeb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,7 +26,7 @@ jobs: - name: InstallDependencies run: | sudo apt-get update - sudo apt-get install -y gperf flex bison + sudo apt-get install -y dos2unix gperf flex bison - 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