From e7423cfc878fb5a34cb9554f38be82d3c1b310c4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 25 Nov 2024 00:02:21 +0800 Subject: [PATCH] ci: remove setup-bun --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52566463185c6..b95b0b9381c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,9 +227,6 @@ jobs: - uses: ./.github/actions/clone-submodules if: steps.filter.outputs.src == 'true' - - uses: oven-sh/setup-bun@v2 - if: steps.filter.outputs.src == 'true' - - uses: ./.github/actions/pnpm if: steps.filter.outputs.src == 'true'