Skip to content

Commit d8ef647

Browse files
committed
remove clang setup
1 parent 78e13d2 commit d8ef647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636

3737
steps:
3838
# Use clang on Linux so we don't introduce a 3rd compiler (Windows and macOS use MSVC and Clang)
39-
- name: Set up Clang
40-
if: runner.os == 'Linux'
41-
uses: egor-tensin/setup-clang@v1
39+
# - name: Set up Clang
40+
# if: runner.os == 'Linux'
41+
# uses: egor-tensin/setup-clang@v1
4242

4343
# This also starts up our "fake" display (Xvfb), needed for pluginval
4444
- name: Install JUCE's Linux Deps

0 commit comments

Comments
 (0)