Skip to content

Commit

Permalink
Match build_ruby.yml logic to ci.yml (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Apr 2, 2024
1 parent 48cc478 commit fb071d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
# We must install them manually: https://github.com/github-early-access/arm-runners-beta
- name: Install AWS CLI
run: | # https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
sudo apt-get install -y unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Expand Down

0 comments on commit fb071d0

Please sign in to comment.