CI: Add explicit problem matchers

This commit is contained in:
Thaddeus Crews 2024-11-27 12:33:42 -06:00
parent f128f383e8
commit 357679ceb8
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
5 changed files with 42 additions and 15 deletions

View file

@ -21,7 +21,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: .github
sparse-checkout: |
.github
misc/utility/problem-matchers.json
- name: Checkout godot-cpp
uses: actions/checkout@v4
@ -34,9 +36,6 @@ jobs:
- name: Setup Python and SCons
uses: ./.github/actions/godot-deps
- name: Setup GCC problem matcher
uses: ammaraskar/gcc-problem-matcher@master
- name: Download GDExtension interface and API dump
uses: ./.github/actions/download-artifact
with: