Skip to content

Commit

Permalink
add apt update in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Jun 12, 2024
1 parent 095a277 commit 86bdecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
deno-version: v1.x
- name: Install OpenCV ${{ matrix.opencv_version }}
run: |
echo sudo apt update; sudo apt install libopencv-dev
sudo apt update; sudo apt install libopencv-dev
- name: Detect OpenCV
run: deno run -A main.ts --verbose
- run: deno test -A

0 comments on commit 86bdecf

Please sign in to comment.