File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ # branches: [ main ]
6
6
pull_request :
7
7
branches : [ main ]
8
8
workflow_dispatch :
27
27
with :
28
28
go-version : " 1.22"
29
29
30
+ - run : ls -l /Users/runner/work/lilliput/lilliput/deps/osx/arm64/share/OpenCV/3rdparty/lib || true
31
+ - run : ls -l /Users/runner/work/lilliput/lilliput/deps/linux/arm64/share/OpenCV/3rdparty/lib || true
32
+
30
33
- name : Build
31
34
run : go build
32
35
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build dependencies
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ # branches: [ main ]
6
6
pull_request :
7
7
branches : [ main ]
8
8
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
// #cgo CXXFLAGS: -std=c++11
17
17
// #cgo darwin,arm64 CXXFLAGS: -I${SRCDIR}/deps/osx/arm64/include
18
18
// #cgo linux,amd64 CXXFLAGS: -I${SRCDIR}/deps/linux/amd64/include
19
- // #cgo LDFLAGS: -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lsharpyuv -ljpeg -lpng -framework CoreVideo
19
+ // #cgo LDFLAGS: -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lsharpyuv -ljpeg -lpng -ltegra_hal - framework CoreVideo
20
20
// #cgo amd64 LDFLAGS: -lippicv
21
21
// #cgo darwin,arm64 LDFLAGS: -L${SRCDIR}/deps/osx/arm64/lib -L${SRCDIR}/deps/osx/arm64/share/OpenCV/3rdparty/lib
22
22
// #cgo linux,amd64 LDFLAGS: -L${SRCDIR}/deps/linux/amd64/lib -L${SRCDIR}/deps/linux/amd64/share/OpenCV/3rdparty/lib
You can’t perform that action at this time.
0 commit comments