commit e7887da0175933190eafb335ce261979eaeae181 parent b0f9de0894c082e4e0f6becd9606c1fb443b8c62 Author: cfillion <cfillion@users.noreply.github.com> Date: Wed, 5 Jan 2022 22:52:05 -0500 ci: revert a18cfc0f1bca8a50934da5c7deed5f0aeb6d91e5, install Catch2 from source again Diffstat:
M | .appveyor.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml @@ -41,6 +41,11 @@ for: sudo update-alternatives --set gcc /usr/bin/gcc-7 + git clone --depth 1 --branch v2.13.8 -c advice.detachedHead=false \ + https://github.com/catchorg/Catch2.git + cmake Catch2 -B Catch2/build -DBUILD_TESTING=OFF + sudo cmake --build Catch2/build --target install > /dev/null + case $ARCH in x86_64) install-deps amd64