소스 검색

try something out to get builds back to job-list

Kim Kulling 5 년 전
부모
커밋
8085e7555e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/ccpp.yml

+ 1 - 1
.github/workflows/ccpp.yml

@@ -7,7 +7,7 @@ on:
     branches: [ master ]
 
 jobs:
-  builds:
+  job:
     name: ${{ matrix.os }}-${{ matrix.cxx }}-build-and-test
     runs-on: ${{ matrix.os }}
     strategy: