We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb0b1c3 + 1369d9f commit a90c80bCopy full SHA for a90c80b
1 file changed
script/ci_install_dependencies.sh
@@ -8,7 +8,7 @@ then
8
fi
9
10
11
-git clone --branch=latest-passing-build --depth=1 https://github.com/cpputest/cpputest.git cpputest
+git clone --branch=master --depth=1 https://github.com/cpputest/cpputest.git cpputest
12
mkdir -p cpputest/_build
13
cd cpputest/_build
14
cmake -DCMAKE_CXX_STANDARD=20 -DTESTS=OFF -DMEMORY_LEAK_DETECTION=OFF ..
0 commit comments