Skip to content

Commit d2cb526

Browse files
committed
add libglib2.0-dev for heroku build
1 parent a8ade48 commit d2cb526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- attach_workspace:
6868
at: /
6969
- checkout
70-
- run: apt-get update; apt-get install -y --no-install-recommends autoconf automake libtool git cmake make g++ xz-utils pkg-config
70+
- 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
7171
- run: echo 'export PATH=/depot_tools:$PATH' >> $BASH_ENV
7272
- run: cd ${WEBRTCROOT} && gclient sync
7373

0 commit comments

Comments
 (0)