Skip to content

Commit

Permalink
chore: simplify unzip installation command in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Oct 30, 2024
1 parent 9460e18 commit 6f4df17
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: sudo apt-get install -y unzip
run: apt-get 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 6f4df17

Please sign in to comment.