Skip to content

Commit

Permalink
🚧 CI: fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 10, 2024
1 parent 3b61e1d commit 989db84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 989db84

Please sign in to comment.