From 2caa385f96945285aa03d44446dcb2a72e88a905 Mon Sep 17 00:00:00 2001 From: jdluu Date: Sat, 29 Aug 2026 13:53:28 -0700 Subject: [PATCH] ci: remove unused compile dependencies Closes #113 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fedec3..ff74719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,10 +72,6 @@ jobs: run: pnpm install --frozen-lockfile - name: typecheck frontend run: npx tsc -b - - name: install Playwright - run: pnpm exec playwright install chromium - - name: install xvfb - run: sudo apt-get install -y xvfb # Compile-only validation: typecheck and bundle the frontend without # exercising runtime behavior. A full tauri build needs the full # GTK/webkit stack, so the webview bundle serves as the compile gate.