Skip to content

Commit a13c69a

Browse files
authored
Update ccpp.yml
1 parent c6a0aeb commit a13c69a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: build_all
17-
run: ./build_all.sh
16+
- name: build_all_clang
17+
run: ./build_all_clang.sh
18+
- name: build_all_gcc
19+
run: ./build_all_gcc.sh

0 commit comments

Comments
 (0)