Skip to content

Commit 000d62c

Browse files
committed
ci: add curl to setup.sh
1 parent 243fbf3 commit 000d62c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
1515
build-essential \
1616
clang \
1717
cppcheck \
18+
curl \
1819
docbook-xml \
1920
eatmydata \
2021
gcc-aarch64-linux-gnu \
@@ -82,4 +83,4 @@ sudo chmod a+x /usr/local/bin/protoc
8283
export PROTOC=/usr/local/bin/protoc
8384
export PATH=$PATH:/usr/local/bin
8485
env
85-
ls -lha /usr/local/bin
86+
ls -lha /usr/local/bin

0 commit comments

Comments
 (0)