summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRaul Santos <raulsntos@gmail.com>2022-10-31 16:21:33 +0100
committerRaul Santos <raulsntos@gmail.com>2022-11-11 19:41:36 +0100
commitd3641c9d0d6f2eb96391e5249d6dc21c4baa3417 (patch)
treec2060c977852b1f0699d022e2a959c5bc35a910e /.github
parent340fb33e543fb5775e36a7d49d605b4e3a33e5d6 (diff)
Add GCC problem matcher to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_builds.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 3a92b8ffb4..95d216deb3 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -102,6 +102,9 @@ jobs:
with:
dotnet-version: '6.0.x'
+ - name: Setup GCC problem matcher
+ uses: ammaraskar/gcc-problem-matcher@master
+
- name: Compilation
uses: ./.github/actions/godot-build
with: