From a33519f39829bbd15e5a3c1742deab7a345ef120 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 20 Aug 2025 17:08:00 +0800 Subject: [PATCH] :bug: update pake cli --- .github/workflows/pake-cli.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index fd4b899..c75ccd9 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -120,20 +120,11 @@ jobs: path: node_modules/pake-cli key: ${{ runner.os }}-pake-cli-${{ hashFiles('**/package.json') }}-${{ inputs.multi_arch }} - - name: Install pake-cli and script dependencies + - name: Install pake-cli shell: bash run: | - echo "Checking pake-cli installation..." - if [ ! -d "node_modules/pake-cli" ]; then - echo "Installing pake-cli..." - npm install pake-cli --no-package-lock - else - echo "pake-cli found in cache" - fi - - # Always install script dependencies - echo "Installing script dependencies..." - npm install execa axios --no-package-lock + echo "Installing pake-cli..." + npm install pake-cli --no-package-lock # Verify installation if [ ! -d "node_modules/pake-cli" ]; then