Skip to content

Commit 1249ae2

Browse files
committed
add more missing pkgs
1 parent 2c0b22a commit 1249ae2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ jobs:
5858
libnl-3-200 \
5959
libnl-route-3-200 \
6060
libnuma1 \
61-
libxdp1 && \
61+
libxdp1 \
62+
libkrb5-dev \
63+
liblttng-ust-dev \
64+
cpio \
65+
lld \
66+
python-is-python3 && \
6267
curl -LO "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/libm/libmsquic/libmsquic_${LIBMSQUIC_VERSION}_amd64.deb" && \
6368
sudo dpkg -i libmsquic* && \
6469
rm libmsquic*

0 commit comments

Comments
 (0)