github/workflow: use catch2 from stable branch

This commit is contained in:
Tom 2021-05-17 20:07:45 +02:00 committed by GitHub
parent 6dc4c3b3b5
commit ef2bf28c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: catchorg/Catch2
ref: v2.x
path: catch
- name: Install catch
working-directory: catch