From 4bcca6af99bb7d4935f7a5cf80b8b98fd0c82c84 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 30 Jun 2025 14:36:47 -0700 Subject: [PATCH] fix: ci --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1afabb1..7f3fdc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Install runtime dependencies - run: sudo apt install -y --no-install-recommends libxkbcommon-dev libstdc++6 libopenxr-dev libx11-dev libxfixes-dev libgl1-mesa-dev libegl1-mesa-dev libgbm-dev libfontconfig-dev libjsoncpp-dev libxcb1-dev libglx-dev libxcb-glx0-dev libdrm-dev libwayland-dev libfreetype-dev libpng-dev - - - name: Install build dependencies - run: sudo apt install -y --no-install-recommends cmake ninja-build libfuse2 + run: sudo apt install -y --no-install-recommends libopenxr-dev libwayland-client-dev libasound2-dev - name: Set up Rust uses: actions-rs/toolchain@v1