Fix Gitea runner CI: remove sudo, install system deps via apt, replace setup-python with apt-get

This commit is contained in:
2026-05-07 12:20:08 -06:00
parent 3093b41033
commit e5c1c766b6
4 changed files with 78 additions and 10 deletions

View File

@ -19,8 +19,8 @@ jobs:
working-directory: frontend
- uses: dtolnay/rust-toolchain@stable
- run: |
sudo apt-get update
sudo apt-get install -y \
apt-get update
apt-get install -y \
libwebkit2gtk-4.1-dev \
librsvg2-dev \
patchelf \