From 989db849642cad44b57ac7917d4955904632f6c5 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 11 Jul 2024 03:58:48 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20CI:=20fix=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 28ea944..79a72a9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,6 +20,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + + - name: install deps + run: | + apt-get update + apt-get upgrade -y + apt-get install -y curl + shell: bash + - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug