From 3f4a20e17fbcb8af50ff6a7804fb4ab106821859 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 19 Dec 2024 19:17:54 +0200 Subject: [PATCH] add update step --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d1b3803a..89ab6eef 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,6 +20,8 @@ jobs: - uses: actions/checkout@v4 - name: Run rustfmt run: cargo fmt --all -- --check + - name: Update packages index + run: sudo apt update - name: Install system packages run: sudo apt install -y libgtk-4-dev libgtksourceview-5-dev libadwaita-1-dev libspelling-1-dev libsqlite3-dev - name: Run clippy