Skip to content

Commit 5c20267

Browse files
authored
Install zip in build main documnetation (#442)
1 parent cf9ca45 commit 5c20267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_main_documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
echo "package_name=${{ inputs.package_name }}" >> $GITHUB_ENV
9696
fi
9797
98+
# Needed to upload zips to hf.co
99+
- name: Install zip
100+
run: apt-get install -y zip
101+
98102
- name: Install libgl1
99103
if: inputs.install_libgl1
100104
run: apt-get install -y libgl1

0 commit comments

Comments
 (0)