From fb64180ce01ebc85c47d1e37c7739c8031f9adb5 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 23 Oct 2024 16:13:05 +0200 Subject: [PATCH] linux-debug-cuda-11-clang: do not archive detailed.log. --- .github/workflows/linux.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cf1ff91e99..1c9e46446a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -459,12 +459,8 @@ jobs: -D DEAL_II_WITH_P4EST="ON" \ -D DEAL_II_COMPONENT_EXAMPLES="ON" \ .. - cat detailed.log - - name: archive detailed.log - uses: actions/upload-artifact@v4 - with: - name: linux-cuda-clang-detailed.log - path: build/detailed.log + - name: print detailed.log + run: cat build/detailed.log - name: build deal.II run: | cd build -- 2.39.5