From 0701993efb79dfac4bf90791de8870b89b64781d Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 28 Jul 2024 16:24:49 +0859 Subject: [PATCH] chore: update devs --- .github/workflows/rustci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rustci.yml b/.github/workflows/rustci.yml index 7184fe6..751f376 100644 --- a/.github/workflows/rustci.yml +++ b/.github/workflows/rustci.yml @@ -19,6 +19,8 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} + - name: Install Deps + run: sudo apt install -y libxkbcommon-dev - name: Run fmt check run: cargo fmt --all -- --check - name: Run clippy check