Browse Source

github/workflow: add gcc-problem-patcher [skip ci]

let's make more visible the problems detected by the compiler

https://github.com/marketplace/actions/gcc-problem-matcher?version=0.1
Victor Seva 4 năm trước cách đây
mục cha
commit
f1f73cc20d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -32,6 +32,7 @@ jobs:
             compilier: clang
             compilier: clang
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
+      - uses: ammaraskar/[email protected]
       - name: build
       - name: build
         run: |
         run: |
           cd /code
           cd /code