We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c96b96 commit 1ab5973Copy full SHA for 1ab5973
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: |
16
sudo apt-get update
17
- sudo apt-get install -y build-essential pkg-config libavcodec-dev libavutil-dev
+ sudo apt-get install -y build-essential pkg-config libavcodec-dev libavutil-dev libc++-dev libc++abi-dev
18
- name: Build plugin
19
20
make clean && make
0 commit comments