Skip to content

Commit e6e9ede

Browse files
committed
use clang
1 parent 45986d1 commit e6e9ede

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
- name: Setup Apple
5656
uses: ./.github/actions/setup-apple
5757

58-
- name: Setup
59-
uses: ./.github/actions/setup-cpp
60-
with:
61-
toolchain: CLang
58+
# - name: Setup
59+
# uses: ./.github/actions/setup-cpp
60+
# with:
61+
# toolchain: CLang
6262

6363
- name: Build
6464
run: |
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup
9191
uses: ./.github/actions/setup-cpp
9292
with:
93-
toolchain: MSVC
93+
toolchain: Clang
9494

9595
- name: Build
9696
run: |

0 commit comments

Comments
 (0)