Skip to content

Commit 167c500

Browse files
author
Olivier Chafik
committed
install zip in cuda container
1 parent ae175fe commit 167c500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ jobs:
959959
DEBIAN_FRONTEND: noninteractive
960960
run: |
961961
apt-get update
962-
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git
962+
apt install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1 git zip
963963
964964
- name: ccache
965965
uses: hendrikmuhs/[email protected]

0 commit comments

Comments
 (0)