Skip to content

Commit 7724826

Browse files
committed
Fix windows flags
1 parent a54452a commit 7724826

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
echo "windows-check-targets=${windows_check_targets}" >> $GITHUB_OUTPUT
120120
- name: Build and Test
121121
if: ${{ steps.vars.outputs.windows-projects != '' }}
122+
env:
123+
CC: 'clang'
124+
CXX: 'clang++'
122125
shell: cmd
123126
run: |
124127
set MAX_PARALLEL_COMPILE_JOBS=64

0 commit comments

Comments
 (0)