We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5d295 commit e2a55ceCopy full SHA for e2a55ce
.github/workflows/cli-r2-static.yaml
@@ -37,6 +37,13 @@ jobs:
37
node-version: 20
38
cache: pnpm
39
40
+ # TRY FIX cloudlare incident
41
+ - uses: unfor19/install-aws-cli-action@v1
42
+ with:
43
+ version: "2.22.35"
44
+ verbose: false
45
+ arch: amd64
46
+
47
- name: pnpm instal
48
run: pnpm install --ignore-scripts
49
.github/workflows/cli-r2.yaml
@@ -38,6 +38,13 @@ jobs:
50
0 commit comments