github: apt-get catch2 dependency
This commit is contained in:
parent
31e0c14930
commit
d1833c5fa6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-single-platform.yml
vendored
3
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install catch2
|
||||
run: sudo apt-get install -y catch2
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue