Skip to content

Commit 4204f36

Browse files
committed
cmake
1 parent 6cedea3 commit 4204f36

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.lightning/workflows/fabric.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ run: |
4343
# Add deadsnakes PPA for newer Python versions if needed
4444
add-apt-repository ppa:deadsnakes/ppa -y
4545
apt-get update -qq
46+
apt-get install -q -y --no-install-recommends --allow-downgrades --allow-change-held-packages \
47+
build-essential \
48+
pkg-config \
49+
cmake \
50+
ca-certificates \
51+
libopenmpi-dev \
52+
openmpi-bin \
53+
ninja-build \
54+
libnccl2 \
55+
libnccl-dev
4656
4757
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
4858
ln -sf /usr/bin/python${python_version} /usr/bin/python

0 commit comments

Comments
 (0)