File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -569,15 +569,7 @@ jobs:
569569 sudo apt-get install -y \
570570 build-essential cmake ninja-build pkg-config \
571571 llvm-dev libclang-dev clang clang-tidy \
572- libva-dev libdrm-dev libgbm-dev libx11-dev libgl1-mesa-dev \
573- libxext-dev libxcomposite-dev libxdamage-dev libxfixes-dev \
574- libxrandr-dev libxi-dev libxkbcommon-dev \
575- libasound2-dev libpulse-dev \
576- libssl-dev \
577- libprotobuf-dev protobuf-compiler \
578- libabsl-dev \
579- libwayland-dev libdecor-0-dev \
580- libspdlog-dev
572+ libssl-dev
581573
582574 - name : Install Rust (stable)
583575 uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
@@ -592,7 +584,7 @@ jobs:
592584 echo "LIBCLANG_PATH=/usr/lib/llvm-${LLVM_VERSION}/lib" >> $GITHUB_ENV
593585
594586 - name : CMake configure
595- run : cmake --preset linux-release-all
587+ run : cmake --preset linux-release
596588
597589 - name : Generate protobuf headers
598590 run : cmake --build build-release --target livekit_proto
You can’t perform that action at this time.
0 commit comments