Fix CI
Rolling release / release (push) Successful in 6m28s

This commit is contained in:
2026-09-13 19:53:14 -04:00
parent 599bfe440d
commit 1ca4224377
7 changed files with 82 additions and 7 deletions
+4
View File
@@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install computer-use test dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends python3-pil python3-gi gir1.2-glib-2.0 libei1
- uses: actions/setup-node@v4
with: { node-version: '22.17', cache: npm }
- run: npm ci --ignore-scripts