Skip to content

Commit

Permalink
removing opencv from ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Jan 27, 2025
1 parent ed7879e commit f8de371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 libopencv-dev
- name: Build
run: mkdir build && cd build && ../cbuild
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Deps
run: sudo apt -y install libopencv-dev
# - name: Install Deps
# run: sudo apt -y install libopencv-dev
- name: Build
run: mkdir build && cd build && ../cbuild

0 comments on commit f8de371

Please sign in to comment.