Skip to content

Commit

Permalink
Clean up some comments in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jun 16, 2024
1 parent ee4586f commit 41fb7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
# Setup MSVC toolchain and developer command prompt (Windows)
- uses: ilammy/msvc-dev-cmd@v1

# This is just easier than debugging different compilers
# Use clang on Linux so we don't introduce a 3rd compiler (Windows and macOS use MSVC and Clang)
- name: Set up Clang
if: runner.os == 'Linux'
uses: egor-tensin/setup-clang@v1

# This also starts up our "fake" display Xvfb, needed for pluginval
# This also starts up our "fake" display (Xvfb), needed for pluginval
- name: Install JUCE's Linux Deps
if: runner.os == 'Linux'
# Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44
Expand Down

0 comments on commit 41fb7a3

Please sign in to comment.