Skip to content

Commit

Permalink
Use gcc for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 20, 2024
1 parent e989e95 commit f3472a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pip3 install --upgrade conan
- name: Install clang
if: runner.os != 'macOS'
if: runner.os == 'Windows'
uses: egor-tensin/setup-clang@v1

- name: Setup conan
Expand Down

0 comments on commit f3472a5

Please sign in to comment.