github: + catch2 install (for xo-indentlog)
This commit is contained in:
parent
fa2bc5d08f
commit
3c126d53c5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main-stock-ubuntu.yml
vendored
5
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue