github: install pybind11-dev dep
This commit is contained in:
parent
758b883f0e
commit
711b0a580f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -25,6 +25,9 @@ jobs:
|
||||||
# install catch2. see [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
|
# 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
|
run: sudo apt-get install -y catch2
|
||||||
|
|
||||||
|
- name: Install pybind11-dev
|
||||||
|
run: sudo apt-get install -y pybind11-dev
|
||||||
|
|
||||||
# ----------------------------------------------------------------
|
# ----------------------------------------------------------------
|
||||||
|
|
||||||
- name: Clone xo-cmake
|
- name: Clone xo-cmake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue