Skip to content

Commit 91fc660

Browse files
committed
change opencv.full to 4.10.0+6
1 parent bfe57db commit 91fc660

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: robinraju/[email protected]
3131
with:
3232
repository: "rainyl/opencv.full"
33-
latest: true
33+
tag: "4.10.0+6"
3434
fileName: "libopencv-android-${{ matrix.abi }}.tar.gz"
3535
out-file-path: "build/opencv"
3636
extract: true

.github/workflows/apple.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: robinraju/[email protected]
3535
with:
3636
repository: "rainyl/opencv.full"
37-
latest: true
37+
tag: "4.10.0+6"
3838
fileName: "libopencv-macos-${{ matrix.osname.arch }}.tar.gz"
3939
out-file-path: "build/opencv"
4040
extract: true
@@ -125,14 +125,14 @@ jobs:
125125
- uses: robinraju/[email protected]
126126
with:
127127
repository: "rainyl/opencv.full"
128-
latest: true
128+
tag: "4.10.0+6"
129129
fileName: "libopencv-ios-x64.tar.gz"
130130
out-file-path: "build/opencv/x64"
131131
extract: true
132132
- uses: robinraju/[email protected]
133133
with:
134134
repository: "rainyl/opencv.full"
135-
latest: true
135+
tag: "4.10.0+6"
136136
fileName: "libopencv-ios-arm64.tar.gz"
137137
out-file-path: "build/opencv/arm64"
138138
extract: true

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: robinraju/[email protected]
3737
with:
3838
repository: "rainyl/opencv.full"
39-
latest: true
39+
tag: "4.10.0+6"
4040
fileName: "libopencv-linux-${{ matrix.arch }}.tar.gz"
4141
out-file-path: "build/opencv"
4242
extract: true

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: robinraju/[email protected]
2323
with:
2424
repository: "rainyl/opencv.full"
25-
latest: true
25+
tag: "4.10.0+6"
2626
fileName: "libopencv-windows-${{ matrix.arch }}.tar.gz"
2727
out-file-path: "build/opencv"
2828
extract: true

0 commit comments

Comments
 (0)