We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ade48 commit d2cb526Copy full SHA for d2cb526
.circleci/config.yml
@@ -67,7 +67,7 @@ jobs:
67
- attach_workspace:
68
at: /
69
- checkout
70
- - run: apt-get update; apt-get install -y --no-install-recommends autoconf automake libtool git cmake make g++ xz-utils pkg-config
+ - run: apt-get update; apt-get install -y --no-install-recommends autoconf automake libtool git cmake make g++ xz-utils pkg-config libglib2.0-dev
71
- run: echo 'export PATH=/depot_tools:$PATH' >> $BASH_ENV
72
- run: cd ${WEBRTCROOT} && gclient sync
73
0 commit comments