Skip to content

Commit 5eb87e9

Browse files
author
ochafik
committed
cuda builds: add libcurl
1 parent 67075cc commit 5eb87e9

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
@@ -868,7 +868,7 @@ jobs:
868868
DEBIAN_FRONTEND: noninteractive
869869
run: |
870870
apt update
871-
apt install -y cmake build-essential ninja-build libgomp1 git
871+
apt install -y cmake build-essential ninja-build libgomp1 git libcurl4-openssl-dev
872872
873873
- name: Build with CMake
874874
run: |

0 commit comments

Comments
 (0)