Skip to content

Commit 9180817

Browse files
authored
Fix clang job (#693)
1 parent 43ae3a9 commit 9180817

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linux-build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
repository: ${{ inputs.repository }}
2222
submodules: recursive
2323

24+
- name: Use clang
25+
if: ${{ matrix.compiler == 'clang' }}
26+
run: |
27+
echo "CC=/usr/bin/clang" >> $GITHUB_ENV
28+
echo "CXX=/usr/bin/clang++" >> $GITHUB_ENV
29+
2430
- name: Install dependency
2531
run: ./action-install-linux.sh
2632

0 commit comments

Comments
 (0)