Skip to content

Commit 29b4cbe

Browse files
committed
fix deps
1 parent 52ef4f1 commit 29b4cbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/chat-perf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
run: |
149149
sudo apt update -y
150150
sudo apt install -y \
151+
build-essential pkg-config \
152+
libx11-dev libx11-xcb-dev libxkbfile-dev \
153+
libnotify-bin libkrb5-dev \
151154
xvfb sqlite3 \
152155
libnss3 libatk1.0-0 libatk-bridge2.0-0 \
153156
libcups2t64 libdrm2 libxcomposite1 libxdamage1 \
@@ -280,6 +283,9 @@ jobs:
280283
run: |
281284
sudo apt update -y
282285
sudo apt install -y \
286+
build-essential pkg-config \
287+
libx11-dev libx11-xcb-dev libxkbfile-dev \
288+
libnotify-bin libkrb5-dev \
283289
xvfb \
284290
libnss3 libatk1.0-0 libatk-bridge2.0-0 \
285291
libcups2t64 libdrm2 libxcomposite1 libxdamage1 \

0 commit comments

Comments
 (0)