workflow: bugfix: typo in apt-get for pybind11-dev
This commit is contained in:
parent
9c36ab7e2e
commit
3817677fc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
echo "::endgroup"
|
||||
|
||||
echo "::group::install pybind11"
|
||||
run: sudo apt-get install -y pybind11-dev
|
||||
sudo apt-get install -y pybind11-dev
|
||||
echo "::endgroup"
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue