Skip to content

Commit 57c827e

Browse files
committed
Added dependencies for pull req
1 parent e41a36d commit 57c827e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_pull_request_merge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
with:
4141
go-version: ${{ matrix.go-version }}
4242
- name: Run tests
43-
run: make test
43+
run: |
44+
apt install -y libavcodec-dev libavdevice-dev libavfilter-dev libavutil-dev libswscale-dev libswresample-dev libchromaprint-dev
45+
make test

0 commit comments

Comments
 (0)