Skip to content

Commit baee85c

Browse files
authored
Merge pull request #2493 from incubateur-ademe/fix-scaleway-deploy
🐛 aws publish
2 parents bc54445 + eed6ad9 commit baee85c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/scaleway-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
with:
2222
node-version: 22
2323
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
2431
- name: Install dependencies
2532
run: yarn install --frozen-lockfile
2633
- name: Run compile script

0 commit comments

Comments
 (0)