Skip to content

Commit a90c80b

Browse files
authored
Merge pull request #189 from offa/ci_deps
Use CppUTest master on CI builds
2 parents cb0b1c3 + 1369d9f commit a90c80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/ci_install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then
88
fi
99

1010

11-
git clone --branch=latest-passing-build --depth=1 https://github.com/cpputest/cpputest.git cpputest
11+
git clone --branch=master --depth=1 https://github.com/cpputest/cpputest.git cpputest
1212
mkdir -p cpputest/_build
1313
cd cpputest/_build
1414
cmake -DCMAKE_CXX_STANDARD=20 -DTESTS=OFF -DMEMORY_LEAK_DETECTION=OFF ..

0 commit comments

Comments
 (0)