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.
2 parents bc54445 + eed6ad9 commit baee85cCopy full SHA for baee85c
.github/workflows/scaleway-deploy.yml
@@ -21,6 +21,13 @@ jobs:
21
with:
22
node-version: 22
23
cache: 'yarn'
24
+ - name: Set up AWS CLI version
25
+ run: |
26
+ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
27
+ unzip awscliv2.zip
28
+ sudo ./aws/install --update
29
+ - name: Verify AWS CLI Version
30
+ run: aws --version
31
- name: Install dependencies
32
run: yarn install --frozen-lockfile
33
- name: Run compile script
0 commit comments