-
Notifications
You must be signed in to change notification settings - Fork 0
5.1.x #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
5.1.x #14
Conversation
| - name: Mark workspace as safe | ||
| run: | | ||
| git config --global --add safe.directory "$GITHUB_WORKSPACE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this is needed, but otherwise I get an error when running EndBug/add-and-commit
Error: fatal: detected dubious ownership in repository at '/__w/zed-java-api/zed-java-api'
| JAVACPP_VERSION=1.5.11 | ||
| JAVACPP_CUDA_VERSION=12.6-9.5-1.5.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generating files using JavaCPP 1.5.11 to be consistent with our JavaCPP dependencies
DemoImageCaptureOpenCVis broken due to our latest OpenCV release having brokenopencv_highgui#imshow()