Skip to content

Commit 705ed80

Browse files
authored
Bump coverage clang version for fix to stl
1 parent b613f1d commit 705ed80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
name: Measure Test Coverage
9191
runs-on: ubuntu-22.04
9292
steps:
93+
- name: Set up clang
94+
uses: egor-tensin/setup-clang@v1
95+
with:
96+
version: 15
9397
- uses: actions/checkout@v2
9498
with:
9599
submodules: 'recursive'

0 commit comments

Comments
 (0)