From 1f7289f71188dec8e0fea6dc9024ae7b5b11dd19 Mon Sep 17 00:00:00 2001 From: Bruce Perry Date: Fri, 12 Jul 2024 16:13:32 -0600 Subject: [PATCH] try something in ci --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 795043a9f..814597975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,6 @@ jobs: - name: Report run: | - echo "::add-matcher::.github/problem-matchers/gcc.json" egrep "warning:|error:" ${{runner.workspace}}/build-output.txt \ | egrep -v "Submodules/amrex" | sort | uniq \ | awk 'BEGIN{i=0}{print $0}{i++}END{print "Warnings: "i}' > ${{runner.workspace}}/build-output-warnings.txt