diff options
author | Raul Santos <raulsntos@gmail.com> | 2022-10-31 16:21:33 +0100 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2022-11-11 19:41:36 +0100 |
commit | d3641c9d0d6f2eb96391e5249d6dc21c4baa3417 (patch) | |
tree | c2060c977852b1f0699d022e2a959c5bc35a910e | |
parent | 340fb33e543fb5775e36a7d49d605b4e3a33e5d6 (diff) |
Add GCC problem matcher to CI
-rw-r--r-- | .github/workflows/linux_builds.yml | 3 |
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: |