From 29738b73ff2393847010378108ae344729fe5352 Mon Sep 17 00:00:00 2001 From: Tobias Hienzsch Date: Mon, 20 May 2024 18:46:02 +0200 Subject: [PATCH] Use clang for Linux & Windows --- .github/workflows/build.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c2cd32..59d8b13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,15 +75,9 @@ jobs: choco install ninja ccache pip3 install --upgrade conan - # - name: Install clang - # if: runner.os != 'macOS' - # uses: egor-tensin/setup-clang@v1 - - - name: Set up Visual Studio shell - if: runner.os == 'Windows' - uses: egor-tensin/vs-shell@v2 - with: - arch: x64 + - name: Install clang + if: runner.os != 'macOS' + uses: egor-tensin/setup-clang@v1 - name: Setup conan run: conan profile detect -f