Skip to content

Commit

Permalink
ci: Fix aws-cli setup failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wonchulee committed Dec 19, 2024
1 parent be6b416 commit 1df1207
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testScheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:

- name: Install AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
sudo apt install -y curl unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscli.zip"
unzip awscli.zip
sudo ./aws/install
- name: Configure AWS CLI with NCP S3 compatible endpoint
run: |
Expand Down

0 comments on commit 1df1207

Please sign in to comment.