Skip to content

Commit

Permalink
adding cmake to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Jan 27, 2025
1 parent f8de371 commit d9eb364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
github-server-url: https://gitea.sheep-ghoul.ts.net

# - name: Install Deps
# run: sudo apt -y install libopencv-dev
- name: Install Deps
run: sudo apt -y install cmake
- name: Build
run: mkdir build && cd build && ../cbuild

0 comments on commit d9eb364

Please sign in to comment.