We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e13d2 commit d8ef647Copy full SHA for d8ef647
1 file changed
.github/workflows/cmake.yml
@@ -36,9 +36,9 @@ jobs:
36
37
steps:
38
# 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
+ # - name: Set up Clang
+ # if: runner.os == 'Linux'
+ # uses: egor-tensin/setup-clang@v1
42
43
# This also starts up our "fake" display (Xvfb), needed for pluginval
44
- name: Install JUCE's Linux Deps
0 commit comments