github: try apt install llvm-18-dev

This commit is contained in:
Roland Conybeare 2025-05-11 12:10:32 -05:00
commit 7d7dfc0bb4

View file

@ -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: |