Skip to content

Commit 4835d72

Browse files
committed
sudo
1 parent 2af2913 commit 4835d72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
LIBMSQUIC_VERSION: '2.4.8'
2424
run: |
25-
apt-get update && \
26-
apt-get install -qq -y \
25+
sudo apt-get update -y && \
26+
sudo apt-get install -qq -y \
2727
autoconf \
2828
automake \
2929
build-essential \
@@ -59,9 +59,9 @@ jobs:
5959
libnl-route-3-200 \
6060
libnuma1 \
6161
libxdp1 && \
62-
curl -LO "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/libm/libmsquic/libmsquic_${LIBMSQUIC_VERSION}_amd64.deb" \
63-
&& dpkg -i libmsquic* \
64-
&& rm libmsquic*
62+
curl -LO "https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/libm/libmsquic/libmsquic_${LIBMSQUIC_VERSION}_amd64.deb" && \
63+
sudo dpkg -i libmsquic* && \
64+
rm libmsquic*
6565
6666
- name: Restore solution
6767
env:

0 commit comments

Comments
 (0)