chore: update CI

This commit is contained in:
Vukašin Vojinović
2026-01-14 17:43:39 +01:00
committed by Michael Murphy
parent 0972aa1396
commit 7106172bcd
+4 -4
View File
@@ -17,13 +17,12 @@ jobs:
Test: Test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: archlinux:latest image: archlinux:base-devel
volumes: volumes:
- /:/host - /:/host
steps: steps:
- run: > - run: >
pacman --noconfirm -Syu pacman --noconfirm --needed -Syu
base-devel
cargo cargo
clang clang
desktop-file-utils desktop-file-utils
@@ -31,6 +30,7 @@ jobs:
gtk3 gtk3
gtk4 gtk4
just just
libdisplay-info
libinput libinput
libxkbcommon libxkbcommon
llvm llvm
@@ -47,7 +47,7 @@ jobs:
flatpak flatpak
nasm nasm
- run: rm -rf /host/usr/local/lib/android # Free space - run: rm -rf /host/usr/local/lib/android # Free space
- uses: actions/checkout@v3 - uses: actions/checkout@v6
with: with:
submodules: recursive submodules: recursive
# Safe directory behavior seems to have issues with `container:` # Safe directory behavior seems to have issues with `container:`