Skip to content

Commit

Permalink
chore: update unzip installation command to include apt update in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Oct 30, 2024
1 parent 6f4df17 commit 9e32bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found

- name: Install unzip
run: apt-get install -y unzip
run: apt update && sudo apt install -y unzip

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

0 comments on commit 9e32bc0

Please sign in to comment.