From d0c3178314833bb13cbca4af090c84f5a441d608 Mon Sep 17 00:00:00 2001 From: Merry Date: Mon, 21 Nov 2022 21:36:12 +0000 Subject: [PATCH] oaknut: CI: Pin catch2 version to v3.2.0 --- .github/workflows/build-and-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 149efba..55451a4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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: