From: Marc Fehling Date: Wed, 23 Oct 2024 14:13:05 +0000 (+0200) Subject: linux-debug-cuda-11-clang: do not archive detailed.log. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb64180ce01ebc85c47d1e37c7739c8031f9adb5;p=dealii.git linux-debug-cuda-11-clang: do not archive detailed.log. --- 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