We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4df17 commit 9e32bc0Copy full SHA for 9e32bc0
.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
167
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
168
169
- name: Install unzip
170
- run: apt-get install -y unzip
+ run: apt update && sudo apt install -y unzip
171
172
# In this step, we are downloading the latest artifact from the build job and storing it in the container
173
- name: Download and unzip all test results artifacts
0 commit comments