github: apt-get catch2 dependency

This commit is contained in:
Roland Conybeare 2023-09-25 18:16:20 -04:00
commit d1833c5fa6

View file

@ -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: