oaknut: CI: Pin catch2 version to v3.2.0

This commit is contained in:
Merry 2022-11-21 21:36:12 +00:00
parent caf9cbbdc8
commit d0c3178314

View file

@ -18,7 +18,11 @@ jobs:
qemu-user
- name: Checkout Catch2 v3 repo
run: git clone https://github.com/catchorg/Catch2.git externals/catch
uses: actions/checkout@v3
with:
repository: catchorg/Catch2
ref: v3.2.0
path: externals/catch
- name: Configure CMake
env: