Skip to content

Commit

Permalink
Use clang for Linux & Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 20, 2024
1 parent 78e9c6f commit 29738b7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29738b7

Please sign in to comment.