Use clang

This commit is contained in:
Siarhei Fedartsou 2024-05-11 14:32:57 +02:00
parent edd9d2614b
commit af297fee70

View File

@ -602,6 +602,9 @@ jobs:
benchmarks:
runs-on: ubuntu-22.04
env:
CFLAGS: clang-13
CXXCOMPILER: clang++-13
steps:
- name: Checkout PR Branch
uses: actions/checkout@v3