Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
an-dr committed May 8, 2024
1 parent 8308ac7 commit 66a4474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: Dovyski/setup-opencv-action@v1.2
with:
opencv-version: '4.0.0'

- name: Install OpenCV
run: sudo apt-get install libopencv-dev libopencv-contrib-dev -y

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 66a4474

Please sign in to comment.