Added Catch v3 support. (#2656)

This commit is contained in:
Vitaly Zaitsev
2023-02-28 23:16:39 +01:00
committed by GitHub
parent 6b67054071
commit 2a6d3e9f3b
6 changed files with 18 additions and 17986 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@main
- name: Setup
run: |
apt-get update && apt-get install -y curl
apt-get update && apt-get install -y curl git
CMAKE_VERSION="3.24.2"
curl -sSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.sh -o install-cmake.sh
chmod +x install-cmake.sh