Skip to content

Commit

Permalink
Install clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicNibble committed Apr 9, 2024
1 parent c97006d commit 260300c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
- name: Install Clang and LLVM tools
if: ${{ matrix.toolset == 'clang' }}
uses: egor-tensin/setup-clang@v1
with:
version: 14
platform: x64

# Determine the current submodule commit hash for cache key
- name: Get GoogleBench Submodule Commit
Expand Down

0 comments on commit 260300c

Please sign in to comment.