From 6d1682219fbaf0d3408802230bdb456903c17fee Mon Sep 17 00:00:00 2001 From: kboyarinov Date: Wed, 5 Feb 2025 03:23:45 -0800 Subject: [PATCH] Add tmp workflow debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73deb6d8cc..50a973709b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -392,6 +392,7 @@ jobs: cmake --build . -v --target tbb --target tbbmalloc --target tbbmalloc_proxy - name: Test doc examples run: | + ls cd ../doc/main/examples_testing mkdir build && cd build cmake -DCMAKE_CXX_STANDARD=${{ matrix.std }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \