From 28d05f58633352558d2f97ea0c711002bd0daa6f Mon Sep 17 00:00:00 2001 From: user2595 Date: Fri, 15 May 2026 08:52:50 +0000 Subject: [PATCH] Update .gitea/workflows/cpp-tests.yml Del Boot Installation --- .gitea/workflows/cpp-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/cpp-tests.yml b/.gitea/workflows/cpp-tests.yml index fa8030e..828bd08 100644 --- a/.gitea/workflows/cpp-tests.yml +++ b/.gitea/workflows/cpp-tests.yml @@ -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