From 5e37d44ac35ab24f02619bdb14a8290f932faff7 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 4 Aug 2024 17:29:07 +0859 Subject: [PATCH] fix: ci --- .github/workflows/rustci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rustci.yml b/.github/workflows/rustci.yml index cfee2a5..cfb76c0 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 + run: sudo apt install -y libxkbcommon-dev libalsaplayer-dev libasound2-dev - name: Run fmt check run: cargo fmt --all -- --check - name: Run clippy check @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - name: Install Deps - run: sudo apt install -y libxkbcommon-dev libwayland-dev libalsaplayer-dev + run: sudo apt install -y libxkbcommon-dev libwayland-dev libalsaplayer-dev libasound2-dev - uses: softprops/action-gh-release@v2 with: draft: false