Skip to content

Commit 9e32bc0

Browse files
committed
chore: update unzip installation command to include apt update in ci.yml
1 parent 6f4df17 commit 9e32bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
168168

169169
- name: Install unzip
170-
run: apt-get install -y unzip
170+
run: apt update && sudo apt install -y unzip
171171

172172
# In this step, we are downloading the latest artifact from the build job and storing it in the container
173173
- name: Download and unzip all test results artifacts

0 commit comments

Comments
 (0)