From 1aa1fb7bc6074656542efcec96d8dcf5dc08679d Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Wed, 18 Dec 2024 18:22:47 +0900 Subject: [PATCH] chore: ci fix --- .github/workflows/rustci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustci.yml b/.github/workflows/rustci.yml index 8ecde2f..bad8fbe 100644 --- a/.github/workflows/rustci.yml +++ b/.github/workflows/rustci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - name: Install Deps - run: sudo apt install -y libxkbcommon-dev libalsaplayer-dev libasound2-dev + run: sudo apt install -y libxkbcommon-dev libalsaplayer-dev libasound2-dev libglib2.0-dev - name: Run fmt check run: cargo fmt --all -- --check - name: Run clippy check