commit effd0cc3d7bd97b376b3fc349a4d15b0610ba4b4 parent bef712fe3b967da3887eb42531d88e98c51d5526 Author: cfillion <cfillion@users.noreply.github.com> Date: Wed, 21 Oct 2020 18:34:01 -0400 appveyor: update Catch2 to 2.13 Diffstat:
M | .appveyor.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml @@ -52,7 +52,7 @@ for: ;; esac - - wget -q https://mirrors.kernel.org/ubuntu/pool/universe/c/catch2/catch2_2.12.1-1_all.deb + - wget -q https://mirrors.edge.kernel.org/ubuntu/pool/universe/c/catch2/catch2_2.13.0-1_all.deb - sudo apt install -y --no-install-recommends ./catch2*.deb php qemu-user-binfmt > /dev/null build_script: - cmake -B build