Update .gitea/workflows/cpp-tests.yml
Some checks failed
C++ Tests / test-fast (push) Successful in 2m30s
Mirror to Codeberg / mirror (push) Has been cancelled
C++ Tests / test-cgal (push) Failing after 2m1s

Del Boot Installation
This commit is contained in:
2026-05-15 08:52:50 +00:00
parent 6886803a29
commit 28d05f5863

View File

@@ -73,9 +73,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Boost installieren (Übergang bis Image-Rebuild)
run: apt-get update -qq && apt-get install -y --no-install-recommends libboost-dev
- name: Configure (WITH_CGAL_TESTS — kein Viewer, kein wayland-scanner)
run: cmake -S code -B build -DWITH_CGAL_TESTS=ON -DCMAKE_BUILD_TYPE=Release