Skip to content

Commit c21c5c0

Browse files
add unzip to dependendcys for docker build
1 parent 0842984 commit c21c5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
uses: aws-actions/setup-sam@v2
139139
with:
140140
use-installer: true
141+
- name: install unzip
142+
run: sudo apt-get update && sudo apt-get install -y unzip
141143

142144
- name: Build targets
143145
run: |

0 commit comments

Comments
 (0)