Skip to content

Commit 6a1d457

Browse files
committed
Add apt-update to integration test
1 parent d48a177 commit 6a1d457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26+
sudo apt-get update
2627
sudo apt install -y -qq libavfilter-dev libavdevice-dev
2728
- name: Install packages
2829
run: |

0 commit comments

Comments
 (0)