From fd153991418054416f04ee80fe9b5c7536b7c8ec Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 4 Feb 2025 12:17:12 -0800 Subject: [PATCH] Fix ci test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b4adb6c..e789957d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: toolchain: 1.80.1 components: clippy - name: install dependencies - run: sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libinput-dev + run: sudo apt update && sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libinput-dev - uses: actions-rs-plus/clippy-check@v2 with: toolchain: 1.80.1