From 367315d747ffb9f6681ada7f9ea2c90e8c88c5ee Mon Sep 17 00:00:00 2001 From: Yasha Bubnov Date: Thu, 18 Apr 2024 16:14:34 +0200 Subject: [PATCH] Install build-essential. --- .github/workflows/cmake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 46e2f9b..c74385b 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -19,7 +19,7 @@ jobs: run: | apt-get update apt-get install -y libunwind-dev --no-install-recommends - apt-get install -y libboost-test-dev libfmt-dev --no-install-recommends + apt-get install -y cmake build-essential libboost-test-dev libfmt-dev --no-install-recommends - name: Configure CMake run: cmake -B ${{github.workspace}}/build