Skip to content

Commit

Permalink
build: fix yaml (#4795)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound authored Jan 27, 2025
1 parent e2a55ce commit 0586f6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cli-r2-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
cache: pnpm

# TRY FIX cloudlare incident
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64

- name: pnpm instal
run: pnpm install --ignore-scripts
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
cache: pnpm

# TRY FIX cloudlare incident
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64

- name: pnpm instal
run: pnpm install --ignore-scripts
Expand Down

0 comments on commit 0586f6e

Please sign in to comment.