Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try to fix link error
Browse files Browse the repository at this point in the history
4o3F committed Sep 11, 2024
1 parent 3d6fc21 commit 236849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@ jobs:
run: |
$env:OPENCV_LINK_LIBS="opencv_core481,opencv_videoio481,opencv_imgcodecs481,opencv_imgproc481,ippiw,ittnotify,ippicvmt,zlib"
$env:OPENCV_LINK_PATHS="D:/opt/opencv/staticlib"
$env:OPENCV_INCLUDE_PATHS="D:/opt/opencv/include"
$env:OPENCV_INCLUDE_PATHS="D:/opt/opencv/include/opencv2"
$env:OPENCV_MSVC_CRT="static"
cargo build --release

0 comments on commit 236849c

Please sign in to comment.