Skip to content

Commit

Permalink
Fix clang job (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Aug 19, 2023
1 parent 43ae3a9 commit 9180817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
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 9180817

Please sign in to comment.