From 3fa88221390b0b4c257ad45af4f6270f7c4f6a00 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 7 Aug 2025 23:10:06 +0400 Subject: [PATCH] build: disable camoufox installation --- .github/workflows/lint-rs.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- .github/workflows/rolling-release.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index 057b3af..3b40a93 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -87,9 +87,9 @@ jobs: fi # TODO: replace with an integration test that fetches everything from rust - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Copy nodecar binary to Tauri binaries shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0832f4..e71ca6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,9 +154,9 @@ jobs: cp nodecar/nodecar-bin src-tauri/binaries/nodecar-${{ matrix.target }} fi - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Build frontend run: pnpm build diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 83690a1..7f86d9e 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -153,9 +153,9 @@ jobs: cp nodecar/nodecar-bin src-tauri/binaries/nodecar-${{ matrix.target }} fi - - name: Download Camoufox for testing - run: npx camoufox-js fetch - continue-on-error: true + # - name: Download Camoufox for testing + # run: npx camoufox-js fetch + # continue-on-error: true - name: Build frontend run: pnpm build