diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index e388adc5f96..e20bcc6f218 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -18,6 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Checking clang version + run: clang --version - name: Installing clang 18 run: wget https://apt.llvm.org/llvm.sh; chmod u+x llvm.sh;