Skip to content

Commit 1ab5973

Browse files
committed
Fix build
1 parent 8c96b96 commit 1ab5973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get update
17-
sudo apt-get install -y build-essential pkg-config libavcodec-dev libavutil-dev
17+
sudo apt-get install -y build-essential pkg-config libavcodec-dev libavutil-dev libc++-dev libc++abi-dev
1818
- name: Build plugin
1919
run: |
2020
make clean && make

0 commit comments

Comments
 (0)