feat: add libxcbcommon-dev
Some checks failed
Build and Package Tracy Profiler / build (push) Failing after 4m16s

This commit is contained in:
tqcq
2025-10-16 10:40:06 +08:00
parent 69e02487ec
commit b4cfb77dcc

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake build-essential libglfw3-dev libfreetype6-dev libcapstone-dev libdbus-1-dev libx11-dev # Tracy 依赖
sudo apt-get install -y cmake build-essential libglfw3-dev libfreetype6-dev libcapstone-dev libdbus-1-dev libx11-dev libxkbcommon-dev # Tracy 依赖
- name: Get Tracy version
id: version