From adc7dc821569c71cdc2fa6110e04962d500bc7ef Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Mon, 27 Apr 2026 09:34:57 +0200 Subject: [PATCH] [ci] use problem-matcher also for Windows depends on https://github.com/root-project/gcc-problem-matcher-improved/pull/10 --- .github/workflows/root-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 6d8e2644cb988..dd449ff296ef4 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -281,6 +281,10 @@ jobs: with: ref: ${{ inputs.ref_name }} + - uses: root-project/gcc-problem-matcher-improved@main + with: + build-directory: C:\ROOT-CI\src\ + - name: Pull Request Build if: github.event_name == 'pull_request' env: