mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-14 09:57:02 +00:00
build: fix yaml (#4795)
This commit is contained in:
10
.github/workflows/cli-r2-static.yaml
vendored
10
.github/workflows/cli-r2-static.yaml
vendored
@ -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
|
||||
|
10
.github/workflows/cli-r2.yaml
vendored
10
.github/workflows/cli-r2.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user