We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a531f commit dfe5611Copy full SHA for dfe5611
.github/scripts/setup.sh
@@ -15,6 +15,7 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
15
build-essential \
16
clang \
17
cppcheck \
18
+ curl \
19
docbook-xml \
20
eatmydata \
21
gcc-aarch64-linux-gnu \
@@ -82,4 +83,4 @@ sudo chmod a+x /usr/local/bin/protoc
82
83
export PROTOC=/usr/local/bin/protoc
84
export PATH=$PATH:/usr/local/bin
85
env
-ls -lha /usr/local/bin
86
+ls -lha /usr/local/bin
0 commit comments