github: try apt install llvm-18-dev
This commit is contained in:
parent
bb06174a6e
commit
7d7dfc0bb4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -30,6 +30,8 @@ jobs:
|
|||
sudo apt install -y git
|
||||
echo "::group::pybind11-dev install"
|
||||
sudo apt install -y pybind11-dev
|
||||
echo "::group::llvm18 install"
|
||||
sudo apt install -y llvm-18-dev
|
||||
|
||||
- name: build+install catch2
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue