github: + catch2 install (for xo-indentlog)

This commit is contained in:
Roland Conybeare 2025-05-10 17:08:11 -05:00
commit 3c126d53c5

View file

@ -21,6 +21,11 @@ jobs:
- name: checkout source
uses: actions/checkout@v3
- name: Install catch2
# install catch2.
# see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
run: sudo apt-get install -y catch2
- name: bootstrap xo-cmake
run: |
PREFIX=${{github.workspace}}/local