-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(api-rust): switch from image to opencv
- Loading branch information
1 parent
db557f3
commit 0b75f03
Showing
6 changed files
with
221 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -763,6 +763,9 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Install OpenCV | ||
run: | | ||
apt install libopencv-dev | ||
- name: Set up Rust | ||
uses: actions-rust-lang/[email protected] | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -806,6 +806,8 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
run: | | ||
apt install libopencv-dev | ||
- name: Set up Rust | ||
uses: actions-rust-lang/[email protected] | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.