We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d7972 commit 31d9f9dCopy full SHA for 31d9f9d
.ci/install_deps.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-function __compile_and_install {
+__compile_and_install() {
6
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
7
make -j2
8
make install
.ci/install_otpclient.sh
0 commit comments