Skip to content

Commit a3f6dbb

Browse files
authored
chore: fix action
1 parent 8f9a9f3 commit a3f6dbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr-preview-deploy2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
mkdir -p "$workdir"
3030
cd "$workdir"
3131
curl -I -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
32-
unzip awscliv2.zip
32+
wait
33+
unzip -qq awscliv2.zip
34+
wait
3335
aws_path=$(which aws || true)
3436
[[ -n "$aws_path" ]] && msg_log "aws_path = ${aws_path}"
3537
if [[ "$aws_path" =~ ^qemu-aarch64.* ]]; then

0 commit comments

Comments
 (0)