mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2026-02-01 03:34:12 +01:00
oaknut: CI: Pin catch2 version to v3.2.0
This commit is contained in:
parent
caf9cbbdc8
commit
d0c3178314
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue