Skip to content

Commit d2a24d5

Browse files
committed
fix: CIでopencvをインストールするように修正
1 parent 97c27a7 commit d2a24d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
- name: Checkout code
1010
uses: actions/checkout@v4
1111

12+
- name: Install dependencies
13+
run: |
14+
sudo apt-get update
15+
sudo apt-get install -y libopencv-dev
16+
1217
# - name: Set up Docker Buildx
1318
# uses: docker/setup-buildx-action@v2
1419

0 commit comments

Comments
 (0)