Skip to content

Commit dcbcf6f

Browse files
committed
Provide missing unzip for prepareSDK script
1 parent eed30c3 commit dcbcf6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ jobs:
769769
- name: Prepare the SDKs
770770
shell: bash
771771
run : |
772+
sudo apt-get update && sudo apt-get install unzip
772773
prepareSDK() {
773774
distroSuffix="$1"
774775
artifactId="$2"

0 commit comments

Comments
 (0)