소스 검색

Add GCC problem matcher to CI

Raul Santos 2 년 전
부모
커밋
d3641c9d0d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/linux_builds.yml

+ 3 - 0
.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: