diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index 4d5f84bf..e8446892 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -28,6 +28,6 @@ jobs: - name: Build SFCGAL run: cmake --build build --config Release - - name: Test SFCGAL - run: ctest -VV --output-on-failure --test-dir build + # - name: Test SFCGAL + # run: ctest -VV --output-on-failure --test-dir build