CI build_iso.yaml
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 2m8s
Build documentation / build-and-deploy (push) Successful in 2m56s

This commit is contained in:
2026-03-21 20:56:53 +01:00
parent eccc022091
commit 39578a78dd
2 changed files with 58 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install software
run: |
sudo apt-get update
sudo apt-get install -y doxygen make rsync clang-21 clang-tools-21 bear llvm-21
sudo apt-get install -y make rsync clang-21 clang-tools-21 bear llvm-21
sudo ln -sf /usr/bin/clang-21 /usr/bin/clang
sudo ln -sf /usr/bin/clang-doc-21 /usr/bin/clang-doc
sudo ln -sf /usr/bin/llvm-ar-21 /usr/bin/llvm-ar