fix: use apt-get on hestia runner (Ubuntu, not Arch)

This commit is contained in:
Breadway 2026-06-06 22:48:03 +08:00
parent a2281607bb
commit 6a4a455ad9

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: install system deps
run: sudo pacman -S --noconfirm gtk4 gtk4-layer-shell 2>/dev/null || true
run: sudo apt-get install -y libgtk-4-dev 2>/dev/null || true
- name: build
run: cargo build --release --locked