Skip to content

Commit

Permalink
chore: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Jan 27, 2025
1 parent 8f9a9f3 commit a3f6dbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-preview-deploy2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
mkdir -p "$workdir"
cd "$workdir"
curl -I -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
unzip awscliv2.zip
wait
unzip -qq awscliv2.zip
wait
aws_path=$(which aws || true)
[[ -n "$aws_path" ]] && msg_log "aws_path = ${aws_path}"
if [[ "$aws_path" =~ ^qemu-aarch64.* ]]; then
Expand Down

0 comments on commit a3f6dbb

Please sign in to comment.