Skip to content

Commit c967dff

Browse files
Install unzip
Install unzip for bundle opening Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent 2e969c7 commit c967dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hardware-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Git LFS and Cargo (for tt-flash)
3838
run: |
3939
apt update
40-
apt install -y git-lfs cargo
40+
apt install -y git-lfs cargo unzip
4141
- name: Download the latest firmware bundle
4242
# Replace this with the reliance on the previous workflow that builds the firmware bundle.
4343
run: |

0 commit comments

Comments
 (0)