From b074375fe90b070866c07ed222bc4ca015f50cdc Mon Sep 17 00:00:00 2001 From: SoonIter Date: Thu, 4 Jul 2024 17:50:31 +0800 Subject: [PATCH] chore: update --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cad27e0..6374ad8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -394,7 +394,7 @@ jobs: with: args: > sh -c " - apk add --no-cache nodejs npm curl bash && \ + apk add --no-cache nodejs npm curl bash tar && \ curl -O https://nodejs.org/dist/v${{ matrix.node }}/node-v${{ matrix.node }}-linux-arm64.tar.xz && \ tar -xJf node-v${{ matrix.node }}-linux-arm64.tar.xz -C /usr/local --strip-components=1 && \ npm install -g pnpm@8.7.0 && \