Skip to content

Commit 6a9eff8

Browse files
committed
fix include
1 parent f5bd8cb commit 6a9eff8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/opencv.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
include:
43-
- { os: ubuntu.22.04, arch: x64 }
44-
- { os: ubuntu.24.04, arch: x64 }
45-
- { os: win, arch: x64 }
46-
- { os: osx, arch: arm64 }
42+
include:
43+
- { os: ubuntu.22.04, arch: x64 }
44+
- { os: ubuntu.24.04, arch: x64 }
45+
- { os: win, arch: x64 }
46+
- { os: osx, arch: arm64 }
4747

4848
steps:
4949
- name: Install Dependencies

0 commit comments

Comments
 (0)