From 7106172bcd0c70225e7833ad4d3b25737faa3faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Vojinovi=C4=87?= <150025636+git-f0x@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:51:14 +0100 Subject: [PATCH] chore: update CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 408f370..1e5d0c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,12 @@ jobs: Test: runs-on: ubuntu-latest container: - image: archlinux:latest + image: archlinux:base-devel volumes: - /:/host steps: - run: > - pacman --noconfirm -Syu - base-devel + pacman --noconfirm --needed -Syu cargo clang desktop-file-utils @@ -31,6 +30,7 @@ jobs: gtk3 gtk4 just + libdisplay-info libinput libxkbcommon llvm @@ -47,7 +47,7 @@ jobs: flatpak nasm - run: rm -rf /host/usr/local/lib/android # Free space - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: recursive # Safe directory behavior seems to have issues with `container:`