Skip to content

Commit

Permalink
Fix clang job (rime#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored and groverlynn committed Sep 27, 2023
1 parent fc2788e commit cfef96b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-build.yml
Expand Up @@ -21,6 +21,12 @@ jobs:
repository: ${{ inputs.repository }}
submodules: recursive

- name: Use clang
if: ${{ matrix.compiler == 'clang' }}
run: |
echo "CC=/usr/bin/clang" >> $GITHUB_ENV
echo "CXX=/usr/bin/clang++" >> $GITHUB_ENV
- name: Install dependency
run: ./action-install-linux.sh

Expand Down

0 comments on commit cfef96b

Please sign in to comment.