CI clang-19 and clang-tools-19
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m17s

This commit is contained in:
2026-02-13 00:32:23 +01:00
parent 360080b44e
commit b17ad31633

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install software
run: |
sudo apt-get update
sudo apt-get install -y doxygen make rsync clang clang-tools
sudo apt-get install -y doxygen make rsync clang-19 clang-tools-19
- name: Set up python3
uses: actions/setup-python@v5