Skip to content

Commit 24c59e8

Browse files
committed
run test with LDD
1 parent dd9e80f commit 24c59e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
name: Build OpenCV
15-
runs-on: 'ubuntu-latest'
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Install Dependencies
@@ -129,6 +129,7 @@ jobs:
129129
130130
- name: Run Test
131131
run: |
132+
export LD_LIBRARY_PATH=${{ github.workspace }}/opencvsharp/build/OpenCvSharpExtern:$LD_LIBRARY_PATH
132133
cd test && ./test
133134
134135
- name: Make artifacts

0 commit comments

Comments
 (0)