🚧 CI: fix checks

This commit is contained in:
Vladislav Nepogodin 2024-07-11 03:58:48 +04:00
parent 3b61e1d798
commit 989db84964
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -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