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