diff --git a/.github/workflows/cli-r2-static.yaml b/.github/workflows/cli-r2-static.yaml index 020ef3f6c3e3..d2a14d46aff3 100644 --- a/.github/workflows/cli-r2-static.yaml +++ b/.github/workflows/cli-r2-static.yaml @@ -37,6 +37,13 @@ jobs: node-version: 20 cache: pnpm + # TRY FIX cloudlare incident + - uses: unfor19/install-aws-cli-action@v1 + with: + version: "2.22.35" + verbose: false + arch: amd64 + - name: pnpm instal run: pnpm install --ignore-scripts diff --git a/.github/workflows/cli-r2.yaml b/.github/workflows/cli-r2.yaml index e3861b38813e..9e00d3fbe247 100644 --- a/.github/workflows/cli-r2.yaml +++ b/.github/workflows/cli-r2.yaml @@ -38,6 +38,13 @@ jobs: node-version: 20 cache: pnpm + # TRY FIX cloudlare incident + - uses: unfor19/install-aws-cli-action@v1 + with: + version: "2.22.35" + verbose: false + arch: amd64 + - name: pnpm instal run: pnpm install --ignore-scripts